diff --git a/srcpkgs/xss-lock/template b/srcpkgs/xss-lock/template new file mode 100644 index 00000000000..517fcb31e3f --- /dev/null +++ b/srcpkgs/xss-lock/template @@ -0,0 +1,20 @@ +# Template file for 'xss-lock' +pkgname=xss-lock +version=0.3.0 +revision=1 +_git_commit=94aec045ffd6 +_author=raymonad +wrksrc="${_author}-${pkgname}-${_git_commit}" +build_style=cmake +hostmakedepends="pkg-config python-docutils" +makedepends="glib-devel libxcb-devel xcb-util-devel" +short_desc="Hooks your favorite locker to the MIT screen saver extension for X" +maintainer="Maurizio Porrato " +license="MIT" +homepage="https://bitbucket.org/raymonad/xss-lock" +distfiles="https://bitbucket.org/${_author}/${pkgname}/get/v${version}.tar.gz" +checksum=b15021bbd96915653372c625cd44d749c4aaab09ad08530e192091b9b00d1f29 + +post_install() { + vlicense LICENSE +}