summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0984a17234350b422f3f5c6422b34bfc49a435a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Thomas Pellegatta <pellegatta.thomas@gmail.com>

pkgname='tufw-git'
pkgver=0.2.2
pkgrel=1
pkgdesc='Terminal UI for ufw'
url='https://github.com/peltho/tufw'
arch=('x86_64')
license=('MIT')
provides=('tufw')
conflicts=('tufw')
depends=('ufw')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/peltho/tufw/releases/download/v0.2.2/tufw_0.2.2_linux_amd64.tar.gz")
sha256sums_x86_64=('03c5a5a32b98ec38c1d973862271ed084e3dd93b68538e832b71912eb9109e21')

package() {
  install -Dm755 "./tufw" "${pkgdir}/usr/bin/tufw"
}