15 lines
530 B
Bash
15 lines
530 B
Bash
# Template file for 'smenu'
|
|
pkgname=smenu
|
|
version=0.9.19
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel"
|
|
short_desc="Create selection menus with words from stdin"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/p-gen/smenu"
|
|
changelog="https://raw.githubusercontent.com/p-gen/smenu/master/ChangeLog"
|
|
distfiles="https://github.com/p-gen/smenu/archive/v${version}.tar.gz"
|
|
checksum=179b0b57db5a9a8606d8d9d364f0662d4e5dd57592bf7896ada4022c9acc83cb
|
|
|
|
LDFLAGS="-lncurses"
|