void-packages/srcpkgs/smenu/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

14 lines
455 B
Bash

# Template file for 'smenu'
pkgname=smenu
version=0.9.15
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"
distfiles="https://github.com/p-gen/smenu/archive/v${version}.tar.gz"
checksum=f42b24e06b0688176e485fe9873d720b8f0d01880ca7de869fca83163033a337
LDFLAGS="-lncurses"