16 lines
557 B
Bash
16 lines
557 B
Bash
# Template file for 'smenu'
|
|
pkgname=smenu
|
|
version=1.0.0
|
|
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/releases/download/v${version}/smenu-${version}.tar.bz2"
|
|
checksum=40e044d4bb39a9258cbb2349e7c5618bdafaa20c39f7d86cc8b6fa3b878ef105
|
|
|
|
LDFLAGS="-lncurses"
|