slmenu: remove package

repo is gone
This commit is contained in:
Benjamín Albiñana 2021-05-07 09:50:43 +02:00 committed by Érico Nogueira Rolim
parent 59cba4b3a3
commit ae0ab3cfe2
2 changed files with 1 additions and 21 deletions

View file

@ -279,6 +279,7 @@ replaces="
simple-obfs<=0.0.5_2
sitecopy<=0.16.6_11
skypetab-ng<=20150201_3
slmenu<=0.1_1
soulseekqt<=20160117_2
spacefm-ng<=1.0.6_3
sqlite-replication<=3.32.3_2

View file

@ -1,21 +0,0 @@
# 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
}