15 lines
449 B
Bash
15 lines
449 B
Bash
# Template file for 'physlock'
|
|
pkgname=physlock
|
|
version=11
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
short_desc="Lightweight linux console locking tool"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
makedepends="pam-devel"
|
|
license="GPL-2"
|
|
homepage="https://github.com/muennich/physlock"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=f03031a6f4c6a08d62098457834d04b8835082a76609059451397356a83d4442
|
|
CFLAGS="-D_GNU_SOURCE"
|