diff options
author | Christoph Scholz | 2018-05-20 15:32:20 +0200 |
---|---|---|
committer | Christoph Scholz | 2018-05-20 15:32:20 +0200 |
commit | ef8291096a276e0e372fc76b27cbcce464994bda (patch) | |
tree | c2d1e27994ea139dd358b4eea4e9fa7a78b62198 /PKGBUILD | |
parent | 643e562807dc87e733bf8c85eb22044eecdef9ab (diff) | |
download | aur-ef8291096a276e0e372fc76b27cbcce464994bda.tar.gz |
corrected license
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |