diff --git a/srcpkgs/physlock/template b/srcpkgs/physlock/template new file mode 100644 index 00000000000..11c135e6903 --- /dev/null +++ b/srcpkgs/physlock/template @@ -0,0 +1,15 @@ +# 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 " +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 +}