void-packages/srcpkgs/mantablockscreen/template
2019-03-01 12:04:45 -03:00

21 lines
594 B
Bash

# Template file for 'mantablockscreen'
pkgname=mantablockscreen
version=0.3
revision=1
archs=noarch
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
}