void-packages/srcpkgs/smenu/template
cultab c8e4f58866 smenu: update to 1.0.0.
Updated distfiles to use the release assets (smenu-$version.tar.bz2)
    instead of the github generated tarballs.
2022-10-11 13:49:48 -04:00

15 lines
557 B
Bash

# Template file for 'smenu'
pkgname=smenu
version=1.0.0
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/releases/download/v${version}/smenu-${version}.tar.bz2"
checksum=40e044d4bb39a9258cbb2349e7c5618bdafaa20c39f7d86cc8b6fa3b878ef105
LDFLAGS="-lncurses"