15 lines
458 B
Bash
15 lines
458 B
Bash
# Template file for 'smenu'
|
|
pkgname=smenu
|
|
version=0.9.12
|
|
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.0-only"
|
|
homepage="https://github.com/p-gen/smenu"
|
|
distfiles="https://github.com/p-gen/smenu/archive/v${version}.tar.gz"
|
|
checksum=136eadd711b75f52df7582ccb3e41f252a5a3ee38c934ea0980238f3b7eef2ec
|
|
|
|
LDFLAGS="-lncurses"
|