19 lines
654 B
Bash
19 lines
654 B
Bash
# Template file for 'firejail'
|
|
pkgname=firejail
|
|
version=0.9.56
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libapparmor-devel"
|
|
configure_args="--enable-apparmor"
|
|
short_desc="SUID security sandbox program"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://firejail.wordpress.com"
|
|
#changelog="https://raw.githubusercontent.com/netblue30/firejail/master/RELNOTES"
|
|
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
|
checksum=8cd15811cda5973cd0f7965b379af42d22228803f3c7cb38cb1e18e962ee704c
|
|
conf_files="/etc/firejail/*"
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
configure_args+=" --disable-seccomp"
|
|
fi
|