void-packages/srcpkgs/smenu/template

15 lines
451 B
Bash
Raw Normal View History

2017-12-16 00:07:35 +00:00
# Template file for 'smenu'
pkgname=smenu
version=0.9.11
2017-12-16 00:07:35 +00:00
revision=1
build_style=gnu-configure
makedepends="ncurses-devel"
short_desc="Create selection menus with words from stdin"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-2"
homepage="https://github.com/p-gen/smenu"
distfiles="https://github.com/p-gen/smenu/archive/v${version}.tar.gz"
checksum=ac6b8b94aa5382a0227753bd2c580fd727c7ce19adf72592993dd982b0af478f
2017-12-16 00:07:35 +00:00
LDFLAGS="-lncurses"