# Maintainer: Pig Monkey pkgname=firewarden pkgver=1.1.5 pkgrel=1 pkgdesc="Open a file via the specified application within a private Firejail sandbox." arch=("any") depends=("firejail>=0.9.56") license=("GPL2") url="https://github.com/pigmonkey/firewarden" source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pigmonkey/${pkgname}/archive/${pkgver}.tar.gz) sha256sums=('ee96048fac1650f1cb2ca79ebdc2130b7fdb6c568b756cdec38667919bc53ffb') package() { cd "$pkgname-$pkgver" install -Dm755 firewarden "${pkgdir}/usr/bin/firewarden" }