parent
e675b47673
commit
5ce6569278
1 changed files with 21 additions and 0 deletions
21
srcpkgs/mantablockscreen/template
Normal file
21
srcpkgs/mantablockscreen/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue