New package: su-exec-0.2

This commit is contained in:
Duncaen 2016-08-04 20:44:06 +02:00
parent bc62467847
commit a58765930c

16
srcpkgs/su-exec/template Normal file
View 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
}