New package: su-exec-0.2
This commit is contained in:
parent
bc62467847
commit
a58765930c
1 changed files with 16 additions and 0 deletions
16
srcpkgs/su-exec/template
Normal file
16
srcpkgs/su-exec/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'su-exec'
|
||||||
|
pkgname=su-exec
|
||||||
|
version=0.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Switch user and group id, setgroups and exec"
|
||||||
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/ncopa/su-exec"
|
||||||
|
distfiles="https://github.com/ncopa/su-exec/archive/v${version}.tar.gz"
|
||||||
|
checksum=ec4acbd8cde6ceeb2be67eda1f46c709758af6db35cacbcde41baac349855e25
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin su-exec
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue