Merge pull request #2527 from thypon/trollock

New package: trollock-4.0
This commit is contained in:
Juan RP 2015-09-16 10:03:11 +02:00
commit cedbbbda3a

19
srcpkgs/trollock/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'trollock'
pkgname=trollock
version=4.0
revision=1
build_style=gnu-configure
short_desc="Xtrlock fork with PAM support"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
hostmakedepends="python pkg-config"
makedepends="libX11-devel pam-devel"
license="GPL-2"
homepage="https://github.com/thypon/trollock"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=bd9e88af2fc2380012b2703fee8dfcd94241c8dd1acb26ebef7823b444cfa7e5
build_pie=yes
do_configure() {
./configure
}