voidtemplates/xssproxy/template
2024-11-02 06:52:49 -04:00

21 lines
710 B
Text

# Template file for 'xssproxy'
pkgname=xssproxy
version=1.0.1
revision=1
_author=vincentbernat
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="glib-devel libX11-devel libXScrnSaver-devel dbus-devel"
short_desc="Forward freedesktop.org Idle Inhibition Service calls to Xss"
maintainer="Lian Drake <d4r1us-drk@proton.me>"
license="MIT"
homepage="https://github.com/vincentbernat/xssproxy"
distfiles="https://github.com/${_author}/${pkgname}/archive/refs/tags/v${version}.tar.gz"
checksum=c949a2554e9bd5e57cc30189ae58abda097ca7f30cf0ce6ca8174d475087a9ea
# Override installation paths
make_install_args="bindir=/usr/bin man1dir=/usr/share/man/man1"
post_install() {
vlicense LICENSE.txt
}