New package: slmenu (#781)
This commit is contained in:
parent
0b9de6199f
commit
053cdaba35
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue