summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Markgraf2020-09-23 09:19:04 +0200
committerSebastian Markgraf2020-09-23 09:19:04 +0200
commit702514be8ac8cbc0976b98e201bed80035d2aa65 (patch)
tree94fa479eb6b4bb094635bf1a8df6fac495e6ebe1
parentad34cb08d2bbc0b406354e0ac993b9fefd2d4991 (diff)
downloadaur-702514be8ac8cbc0976b98e201bed80035d2aa65.tar.gz
Add installation of MIT license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 411622443cb1..623bbb2e986d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-numerai-cli
pkgdesc = A library for helping to deploy a Numer.ai compute node
pkgver = 0.1.22
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/numerai/numerai-cli/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index db3fc10c68f6..2df59a126491 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Markgraf <sebastian-markgraf@t-online.de>
pkgname=python-numerai-cli
pkgver=0.1.22
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="A library for helping to deploy a Numer.ai compute node"
arch=('any')
@@ -36,4 +36,5 @@ check() {
package() {
cd "numerai-cli-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}