summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 94f2d324dd4a1b78f7a0ec6ba64e4286cdcd8a96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: VVL <me@ivvl.ru>
# Contributor: VVL <me@ivvl.ru>

pkgname=snft
pkgver=1.1.1
pkgrel=1
pkgdesc="Script for simple configuring firewall based on nftables."
arch=(any)
url="https://github.com/vvl-rulez/snft"
license=('MIT')
source=("https://github.com/vvl-rulez/snft/archive/v1.1.1.tar.gz")
depends=('nftables')
conflicts=('snft-git')
sha256sums=('SKIP')
package() {
	cd "$pkgname-$pkgver"
	install -Dm755 snft "$pkgdir/usr/bin/snft"
	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}