diff --git a/srcpkgs/trollock/template b/srcpkgs/trollock/template new file mode 100644 index 0000000000..52d935a075 --- /dev/null +++ b/srcpkgs/trollock/template @@ -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 " +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 +}