void-packages/srcpkgs/physlock/template
2014-12-16 23:47:06 +00:00

16 lines
444 B
Bash

# Template file for 'physlock'
pkgname=physlock
version=0.4.5
revision=2
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=5ddb42553142c5e2b8744d086bb8f5bf131a29fc58b8886e825b80e6a456961c
pre_build() {
sed -i 's|-o root -g root||' Makefile
}