summaryrefslogtreecommitdiff
path: root/PKGBUILD
blob: 2ff7e0bfccff395e561c5559b2029f804e388a9c (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=20230408
pkgrel=1
pkgdesc="Additional firejail profiles and locals"
arch=('any')
url="https://library.iserlohn-fortress.net/firejail-profiles.git"
license=('GPLv3')
source=(profiles.tar.gz)
b2sums=('944852e6bf8c9d9edddb8c0ddafbf794efa6a35eb0db43dd2c39b23b5a99da6535e04037696a5ef91bae15fd47eabfd487bf8d28f4c4057cb79799efd2b87fdf')

package() {
  depends=('firejail' 'hardened-malloc')
  install --directory ${pkgdir}/etc/firejail
  cp $srcdir/profiles/* $pkgdir/etc/firejail/
}