aports/testing/pxmenu/APKBUILD
Sam Nystrom 1d1e864a6f testing/tput: add ncurses dependency
pxmenu uses tput.
2023-06-01 20:36:30 +00:00

20 lines
605 B
Text

# Contributor: Sam Nystrom <sam@samnystrom.dev>
# Maintainer: Sam Nystrom <sam@samnystrom.dev>
pkgname=pxmenu
pkgver=1.0.0
pkgrel=1
pkgdesc="POSIX sh simple menu"
url="https://github.com/iruzo/pxmenu"
arch="noarch"
license="MIT"
depends="ncurses"
source="$pkgname-$pkgver.tar.gz::https://github.com/iruzo/pxmenu/archive/refs/tags/$pkgver.tar.gz"
options="!check" # no tests
package() {
install -Dm755 ./pxmenu "$pkgdir"/usr/bin/pxmenu
}
sha512sums="
8126cbf96204a010e8bf8da241a52f11fe902856df4c3c9969ad1a59b392d922cc563166fe7799980a9abe75c65c368e591ee1ae4ed0dc4ff380b581ded1e61a pxmenu-1.0.0.tar.gz
"