19 lines
654 B
Bash
19 lines
654 B
Bash
# Template file for 'firejail'
|
|
pkgname=firejail
|
|
version=0.9.72
|
|
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://github.com/netblue30/firejail/raw/master/RELNOTES"
|
|
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
|
checksum=fa641abe2f673cef304cee6ef0a8ddb69db7919e0b69752f89762a341a87fabc
|
|
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-default"
|
|
|
|
nocross=yes
|