20 lines
721 B
Bash
20 lines
721 B
Bash
# Template file for 'firejail'
|
|
pkgname=firejail
|
|
version=0.9.62
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-apparmor"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libapparmor-devel"
|
|
short_desc="SUID security sandbox program"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
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=fcdc73f9a329394d3d38cab0f3724ccb08d165682a4451e9798d41882a7c031b
|
|
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-local"
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
configure_args+=" --disable-seccomp"
|
|
fi
|