summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 73529452bdab0867c7841a7b770d30cbc13fe78f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Pig Monkey <pm@pig-monkey.com>

pkgname=firewarden
pkgver=1.0.1
pkgrel=1
pkgdesc="Open a file via the specified application within a private Firejail sandbox."
arch=("any")
depends=("firejail>=0.9.46")
license=("GPL2")
url="https://github.com/pigmonkey/firewarden"
source=(${pkgname}-v${pkgver}.tar.gz::https://github.com/pigmonkey/${pkgname}/archive/v${pkgver}.tar.gz)
md5sums=("7fe4362ac8067c40c1c8d669793bcf2c")

package() {
  cd "$pkgname-$pkgver"
  install -Dm755 firewarden "${pkgdir}/usr/bin/firewarden"
}