17 lines
477 B
Bash
17 lines
477 B
Bash
# Template file for 'trollock'
|
|
pkgname=trollock
|
|
version=4.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Xtrlock fork with PAM support"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
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=3e48ef9d129e91206e79b73df03757375c785296b3193d9148d044a9f9e84229
|
|
|
|
do_configure() {
|
|
./configure
|
|
}
|