summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1563bb0046945391f0b56498f15db294cd977b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgname=tunl
pkgver=0.33.0
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=('fded1e31e2b45c85b68c2408e5d590f883544b8c8b3564f30c04789e6ff13fbc')

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"
}