vp-build/srcpkgs/slmenu/template

22 lines
558 B
Bash

# 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
}