void-packages/srcpkgs/physlock/template
2014-09-30 20:13:51 +00:00

16 lines
444 B
Plaintext

# Template file for 'physlock'
pkgname=physlock
version=0.4.4
revision=1
build_style=gnu-makefile
short_desc="Lightweight linux console locking tool"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-2"
homepage="https://github.com/muennich/physlock"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=792b9167cbda178a04f8cdc490c49529405356d26bb87e5367ef2a964a17b476
pre_build() {
sed -i 's|-o root -g root||' Makefile
}