temp/nwg-menu: drop to sync with aports

Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6841
This commit is contained in:
Antoine Martin 2025-07-29 14:24:39 -04:00 committed by fossdd
parent 6c9a8fee3d
commit ad272faee5
No known key found for this signature in database
GPG key ID: BB8C8A81C6452A88

View file

@ -1,27 +0,0 @@
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=nwg-menu
pkgver=0.1.9
pkgrel=0
pkgdesc="MenuStart for sway and other wlroots-based compositors"
# process timeout
arch="all !armv7 !riscv64 !armhf"
url="https://github.com/nwg-piotr/nwg-menu"
license="MIT"
depends="xdg-utils"
makedepends="go cairo-dev gtk+3.0-dev gtk-layer-shell-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-menu/archive/refs/tags/v$pkgver.tar.gz"
build() {
go build -x -o "build/$pkgname" *.go
}
package() {
install -Dm755 "build/$pkgname" "$pkgdir"/usr/bin/$pkgname
install -Dm 644 menu-start.css "$pkgdir"/usr/share/$pkgname/menu-start.css
install -Dm 644 desktop-directories/* -t "$pkgdir"/usr/share/$pkgname/desktop-directories/
install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md
}
sha512sums="
b1eb4737ae3bbc1c0ed723c0e53ec3174369c317987d101eb436675b0933722400f30b330691e303c34889c8c76226c08bde76acd9743082131291e460d55a7a nwg-menu-0.1.9.tar.gz
"