16 lines
450 B
Bash
16 lines
450 B
Bash
# 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
|
|
}
|