diff --git a/srcpkgs/mantablockscreen/template b/srcpkgs/mantablockscreen/template new file mode 100644 index 0000000000..bb9142df2e --- /dev/null +++ b/srcpkgs/mantablockscreen/template @@ -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. " +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 +}