New package: mantablockscreen-0.3

closes #4779
This commit is contained in:
Leonardo F 2018-11-15 17:55:03 -02:00 committed by maxice8
parent e675b47673
commit 5ce6569278
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -0,0 +1,21 @@
# Template file for 'mantablockscreen'
pkgname=mantablockscreen
version=0.3
revision=1
noarch=yes
build_style=gnu-makefile
depends="ImageMagick xrandr i3lock-color compton bash"
short_desc="Another i3lock-color wrapper that mantab"
maintainer="Leonardo F. <leonardof@tutanota.com>"
license="MIT"
homepage="https://github.com/reorr/mantablockscreen"
distfiles="https://github.com/reorr/mantablockscreen/archive/v${version}.tar.gz"
checksum=796a5a16ef6392f2addb6a9bf1412b38a02aea7ee317d2ba8fce5fce08f6dfc0
pre_install() {
sed -i 's|local/||g' Makefile
}
post_install() {
vlicense LICENSE
}