void-packages/srcpkgs/smenu/template
UsernameRandomlyGenerated d356d47c82 smenu: update to 0.9.19.
2021-12-21 12:10:13 +01:00

16 lines
530 B
Bash

# Template file for 'smenu'
pkgname=smenu
version=0.9.19
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/archive/v${version}.tar.gz"
checksum=179b0b57db5a9a8606d8d9d364f0662d4e5dd57592bf7896ada4022c9acc83cb
LDFLAGS="-lncurses"