# Maintainer: jc_gargma 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/ }