#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=firejail pkgver=0.9.72 pkgrel=01 pkgdesc='Linux namespaces sandbox program' arch=('x86_64') url=https://github.com/netblue30/firejail depends=('apparmor') optdepends=('xdg-dbus-proxy: for D-Bus filtering') backup=('etc/apparmor.d/local/firejail-default' 'etc/firejail/firecfg.config' 'etc/firejail/firejail.config' 'etc/firejail/login.users') #install=firejail.install source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}) build() { cd $pkgname-$pkgver ./configure --prefix=/usr --enable-apparmor make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } #---- license gpg-key sha256sums ---- license=('GPL2') validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7') sha256sums=(82e177c48cfc87f62b088b55efc53ff4612b9740aab5ea35cbf2395e83efe7f4 # firejail-0.9.72.tar.xz 112f4cbc6b29dce82b8b8532e717bbd004a8c647b84b3d2e5feb40ea20262aaf) # firejail-0.9.72.tar.xz.asc