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