15 lines
451 B
Bash
15 lines
451 B
Bash
|
# Template file for 'smenu'
|
||
|
pkgname=smenu
|
||
|
version=0.9.10
|
||
|
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=09c0818ccbfef5278334b5c2a5c46425aa074300725e39d2a53a225661996b66
|
||
|
|
||
|
LDFLAGS="-lncurses"
|