summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvan Chen2022-12-26 01:38:50 -0500
committerEvan Chen2022-12-26 01:42:16 -0500
commit23f2f4229f061d09af149f7b97afa165ca957e28 (patch)
treeb79914fcca32e1913e0eef0b358d818415491c4b /PKGBUILD
parent9a8dc80d7645353df4f41e991d0e9f7d6fbd65b7 (diff)
downloadaur-23f2f4229f061d09af149f7b97afa165ca957e28.tar.gz
Install LICENSE
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5797693bfd6b..653f0db44df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,7 @@
-# Maintainer: Evan Chen <evan@evanchen.cc>
-
pkgname=python-grilops
_name=${pkgname#python-}
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='GRId LOgic Puzzle Solver'
arch=(any)
url=https://github.com/obijywk/grilops
@@ -21,6 +19,7 @@ build() {
}
package() {
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
cd "$_name-$pkgver"
python -m installer --destdir="$pkgdir" dist/*.whl
}