19 lines
656 B
Bash
19 lines
656 B
Bash
# Template file for 'firejail'
|
|
pkgname=firejail
|
|
version=0.9.64.2
|
|
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=fa4113ccdf74694eeeb3d223017c1ade92bb104232df9340d30873816856f61c
|
|
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-default"
|
|
|
|
nocross=yes
|