New package: slmenu (#781)

This commit is contained in:
Benjamín Albiñana 2018-07-12 22:18:55 +02:00 committed by cr6git
parent 0b9de6199f
commit 053cdaba35

21
srcpkgs/slmenu/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'slmenu'
pkgname=slmenu
version=0.1
revision=1
_git_commit=7e74fa5db73e
wrksrc="rafaelgg-${pkgname}-${_git_commit}"
build_style=gnu-makefile
short_desc="Dmenu clone for the console"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="MIT"
homepage="https://bitbucket.org/rafaelgg/slmenu/"
distfiles="https://bitbucket.org/rafaelgg/${pkgname}/get/${_git_commit}.tar.gz"
checksum=55725f239178ccd304f9e2c10245247fafcc9e206954be8883bf1326cbdb2d86
pre_build() {
sed -i 's|/local||' config.mk
}
post_install() {
vlicense LICENSE
}