mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
firejail: new port
This commit is contained in:
1
testing/firejail/.checksums
Normal file
1
testing/firejail/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
779d3cb3cf55123314efb59b579764b6 firejail-0.9.72.tar.xz
|
||||
1330
testing/firejail/.pkgfiles
Normal file
1330
testing/firejail/.pkgfiles
Normal file
File diff suppressed because it is too large
Load Diff
22
testing/firejail/spkgbuild
Normal file
22
testing/firejail/spkgbuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# description : Linux namespaces sandbox program
|
||||
# homepage : https://github.com/netblue30/firejail
|
||||
# depends : apparmor
|
||||
# optionals : xdg-dbus-proxy
|
||||
|
||||
name=firejail
|
||||
version=0.9.72
|
||||
release=1
|
||||
source="https://github.com/netblue30/$name/releases/download/$version/$name-$version.tar.xz"
|
||||
backup="etc/firejail/login.users
|
||||
etc/apparmor.d/local/firejail-default
|
||||
etc/firejail/firejail.config
|
||||
etc/firejail/firecfg.config"
|
||||
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --enable-apparmor
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user