summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun2020-09-26 23:16:37 +0800
committeryjun2020-09-26 23:16:37 +0800
commitf5ce1d01a5dc9e41d1540645173dceadb0442d85 (patch)
tree8dbbf15a254d8bca1fbc8a18d0d9e4136c81b963 /PKGBUILD
parentb75086b8a0ad8756e2e753d40837e46b9b56a551 (diff)
downloadaur-f5ce1d01a5dc9e41d1540645173dceadb0442d85.tar.gz
added LICENSE
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75070c421672..6e6d8835bc6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,8 @@ package() {
cd $pkgname-$pkgver
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
+ # license
+ install -Dm644 LICENSE -t ${pkgdir}/usr/share/licenses/${pkgname}/
+}
# vim: set sw=2 ts=2 et: