void-packages/srcpkgs/xwinwrap/template

22 lines
550 B
Bash

# 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/mmhobi7/xwinwrap"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
pre_install() {
vsed -i Makefile -e 's|/local||'
}
post_install() {
head -23 < xwinwrap.c | tail -22 | cut -c 4- > LICENSE
vlicense LICENSE
}