Merge pull request #7964 from mporrato/xss-lock
New package: xss-lock 0.3.0
This commit is contained in:
commit
02810ad55c
1 changed files with 20 additions and 0 deletions
20
srcpkgs/xss-lock/template
Normal file
20
srcpkgs/xss-lock/template
Normal file
|
@ -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 <maurizio.porrato@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in a new issue