summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 412a4514b7f8762de8f11b903a38663576493e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgname=tunl
pkgver=0.22.1
pkgrel=1
pkgdesc='Expose your localhost to the public'
arch=('x86_64')
url="https://github.com/pjvds/tunl"
makedepends=()
source=("$url/releases/download/$pkgver/tunl_${pkgver}_Linux_x86_64.tar.gz")
sha256sums=('100264732e7f8cd62d2720565c1596edffbbb9457041b2d11f0850476a351c91')

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

	install -Dm644 ./autocomplete/bash/tunl "${pkgdir}/etc/bash_completion.d/tunl"
	install -Dm644 ./autocomplete/zsh/tunl "${pkgdir}/usr/share/zsh/site-functions/_tunl"
}