15 lines
444 B
Text
15 lines
444 B
Text
# Template file for 'physlock'
|
|
pkgname=physlock
|
|
version=0.4.4
|
|
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=792b9167cbda178a04f8cdc490c49529405356d26bb87e5367ef2a964a17b476
|
|
|
|
pre_build() {
|
|
sed -i 's|-o root -g root||' Makefile
|
|
}
|