New package: xwinwrap-0.9

This commit is contained in:
SolitudeSF 2018-03-14 11:26:31 +02:00 committed by maxice8
parent 67239b2a8c
commit 6901f9510d
1 changed files with 21 additions and 0 deletions

21
srcpkgs/xwinwrap/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'xwinwrap'
pkgname=xwinwrap
version=0.9
revision=1
build_style=gnu-makefile
makedepends="libXrender-devel"
short_desc="X11 Window as background"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://github.com/Aaahh/xwinwrap"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0e840586deaf6780d426dc49f7a344366198aead96535cc1eb2ac7ce366777df
pre_install() {
vsed -i Makefile -e 's|/local||'
}
post_install() {
head -23 < xwinwrap.c | tail -22 | cut -c 4- > LICENSE
vlicense LICENSE
}