summaryrefslogtreecommitdiff
path: root/PKGBUILD
blob: 6cb3398c5f00bf93a2c6cc3bfa79468ed44f9471 (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=20200315
pkgrel=2
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=('151fd3330cb9e4b52e3c2de294677ef12951cc1c3f50c699c2892208a302a67cf86f9d7de7d67644352f3b42161543ded6dee67cf18c92595c941084e7205d89')

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