summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreamscached2023-04-12 15:32:07 +0200
committerdreamscached2023-04-12 15:32:07 +0200
commit5025c013988f3f1f048a2050be1114b11eed4043 (patch)
treee2af40d5a1cbc2f5f18336260da1d412c2a81bb8
parent1a6dc36e33bb56317f18c89a60e39165f76e4d9c (diff)
downloadaur-5025c013988f3f1f048a2050be1114b11eed4043.tar.gz
Add LICENSE
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5bb84d145a8..04fddd87502a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,4 +21,5 @@ build() {
package() {
cd "$_pkgname-$pkgver"
python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 "$srcdir/COPYING" "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
} \ No newline at end of file