summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Scholz2018-05-20 15:32:20 +0200
committerChristoph Scholz2018-05-20 15:32:20 +0200
commitef8291096a276e0e372fc76b27cbcce464994bda (patch)
treec2d1e27994ea139dd358b4eea4e9fa7a78b62198 /PKGBUILD
parent643e562807dc87e733bf8c85eb22044eecdef9ab (diff)
downloadaur-ef8291096a276e0e372fc76b27cbcce464994bda.tar.gz
corrected license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 983205523301..ac22abd5b6f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ epoch=1
pkgdesc="An XEP-0357: Push Notifications app server that relays push messages between the user’s server and Googles Firebase Cloud Messaging"
arch=('any')
url="https://github.com/iNPUTmice/p2"
-license=('GPL')
+license=('BSD')
makedepends=('git' 'maven' 'java-environment')
depends=('java-runtime')
@@ -50,4 +50,6 @@ package() {
install -d "${pkgdir}/usr/lib/systemd/system/"
cp dist/p2.service "${pkgdir}/usr/lib/systemd/system/"
install -d "${pkgdir}/var/lib/p2/"
+ install -d "${pkgdir}/usr/share/licenses/${_pkgname}/"
+ cp LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/"
} \ No newline at end of file