void-packages/srcpkgs/smenu/template

15 lines
458 B
Bash
Raw Normal View History

2017-12-16 00:07:35 +00:00
# Template file for 'smenu'
pkgname=smenu
2018-04-09 03:15:59 +00:00
version=0.9.12
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>"
2018-04-09 03:15:59 +00:00
license="GPL-2.0-only"
2017-12-16 00:07:35 +00:00
homepage="https://github.com/p-gen/smenu"
distfiles="https://github.com/p-gen/smenu/archive/v${version}.tar.gz"
2018-04-09 03:15:59 +00:00
checksum=136eadd711b75f52df7582ccb3e41f252a5a3ee38c934ea0980238f3b7eef2ec
2017-12-16 00:07:35 +00:00
LDFLAGS="-lncurses"