summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD3SOX2021-04-19 09:15:18 +0200
committerD3SOX2021-04-19 09:15:18 +0200
commit541371c4a7e4bf3b8b551458a2a4a630105b75b8 (patch)
treed4087dc2436b82bcc7e965083796a2c3da2d864c /PKGBUILD
parent97b52d7831e8c7528a3f5e46b274644879bb2b5b (diff)
downloadaur-541371c4a7e4bf3b8b551458a2a4a630105b75b8.tar.gz
install license
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96adf030fc8e..cc5c202f0cb1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=tunnelto
pkgver=0.1.14
-pkgrel=1
+pkgrel=2
pkgdesc="Expose your local web server to the internet with a public URL."
arch=('any')
url="https://tunnelto.dev/"
@@ -22,4 +22,6 @@ package() {
# install binary
install -Dm 755 target/release/tunnelto -t "${pkgdir}/usr/bin"
#install -Dm 755 target/release/tunnelto_server -t "${pkgdir}/usr/bin"
+ # install license
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}