18 lines
515 B
Bash
18 lines
515 B
Bash
# Template file for 'trollock'
|
|
pkgname=trollock
|
|
version=4.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="python pkg-config"
|
|
makedepends="libX11-devel pam-devel"
|
|
short_desc="Xtrlock fork with PAM support"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/thypon/trollock"
|
|
distfiles="https://github.com/thypon/trollock/archive/v${version}.tar.gz"
|
|
checksum=3e48ef9d129e91206e79b73df03757375c785296b3193d9148d044a9f9e84229
|
|
|
|
do_configure() {
|
|
./configure
|
|
}
|