summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArda Aytekin2017-07-24 16:31:54 +0200
committerArda Aytekin2017-07-24 16:31:54 +0200
commitc008d4a9f39dd85a648026a90d24514444bb33ef (patch)
tree4685fba34076970fb366c6d47c69b4b902df0ee2
parentfebef7d6f15e9e30677097c52f30cc6d5015cf57 (diff)
downloadaur-c008d4a9f39dd85a648026a90d24514444bb33ef.tar.gz
Update licensing information
Updated the licensing information by copying the available `copyright` file into its correct place.
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59116f256e91..3e979506a129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='VPN Unlimited client application'
arch=('x86_64' 'i686')
url='https://www.vpnunlimitedapp.com'
-license=('custom:"Copyright (c) 2017 KeepSolid Inc"')
+license=('custom:"Copyright (c) 2017 KeepSolid Inc."')
source_x86_64=("vpn-unlimited" "vpn-unlimited-daemon.service"
"http://apt.keepsolid.com/debian/pool/main/v/vpn-unlimited/vpn-unlimited_${pkgver}_amd64.deb")
@@ -45,5 +45,9 @@ package() {
mv "${pkgdir}/usr/bin/vpn-unlimited" "${pkgdir}/usr/share/vpn-unlimited/"
install -Dm755 "${srcdir}/vpn-unlimited" "${pkgdir}/usr/bin/"
+ # Copy the license file
+ install -Dm644 "${pkgdir}/usr/share/doc/vpn-unlimited/copyright" \
+ "${pkgdir}/usr/share/licenses/vpn-unlimited/copyright"
+
chmod --recursive go-w "${pkgdir}/usr"
}