summaryrefslogtreecommitdiff
path: root/PKGBUILD
blob: 4c3b62980406124d19f1bd50a6885144f26172af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net>

pkgname=firejail-profiles
pkgver=20200331
pkgrel=1
pkgdesc="Additional firejail profiles and locals"
arch=('any')
url="https://library.iserlohn-fortress.net/jc_gargma"
license=('GPLv3')
depends=('firejail' 'hardened-malloc')
source=(profiles.tar.gz)
b2sums=('31d5a061c7dd203ee55dd9448469bd61ac44aa7f8704e59c6d4bcf9eb88c85040d55c3c508b0f6f59df10ac46348c80d622a5e873450095756199c166671b83a')

package() {
  install --directory ${pkgdir}/etc/firejail
  cp $srcdir/profiles/* $pkgdir/etc/firejail/
}