mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: slmenu (#781)
This commit is contained in:
parent
0b9de6199f
commit
053cdaba35
1 changed files with 21 additions and 0 deletions
21
srcpkgs/slmenu/template
Normal file
21
srcpkgs/slmenu/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue