summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2017-10-14 18:25:51 +0300
committerChristoph Gysin2017-10-14 18:25:51 +0300
commitedcaa6c11d2336c290b5e08bf55a24cd472fca47 (patch)
treed708c1769d36a16eea43ea17b7b27972804c5821
parent61d11fc50b6dc52de750a5d0d3dfaf31d9de846c (diff)
downloadaur-edcaa6c11d2336c290b5e08bf55a24cd472fca47.tar.gz
add LICENSE
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89fc0f9e4318..7447360f18f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,4 +37,6 @@ package()
"$pkgdir"/usr/bin/librespot
install -D -m 644 "$_pkgname"/contrib/librespot.service \
"$pkgdir"/usr/lib/systemd/system/librespot.service
+ install -D -m 644 "$_pkgname"/LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}