summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7a856276d98a3253e3ca03407cf1e89fc3c3b712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>

pkgname=punch-bin
pkgver=0.2.2
pkgrel=1
pkgdesc="Holepunch CLI Tool"
arch=('x86_64')
url='https://holepunch.io'
license=('GPL3')
provides=('punch')
depends=('glibc')
source=("${pkgname}-${pkgver}.zip::https://github.com/CypherpunkArmory/punch/releases/download/${pkgver}/punch-linux-amd64.zip")
sha256sums=('7b2c10154692a95ee72fc7f9a9487efc934d519afad7a0f9c57b4d3105d5e26f')

package() {
  install -Dm755 punch -t "${pkgdir}/usr/bin"
}