void-packages/srcpkgs/trollock/template
2015-09-15 15:00:46 +02:00

19 lines
495 B
Bash

# 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
}