New package: physlock-0.4.4.
This commit is contained in:
parent
1fd0ec2068
commit
fc9ec81dbb
1 changed files with 15 additions and 0 deletions
15
srcpkgs/physlock/template
Normal file
15
srcpkgs/physlock/template
Normal file
|
@ -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 <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
|
||||
}
|
Loading…
Reference in a new issue