summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Gatto2020-11-06 17:16:25 +0100
committerMatthias Gatto2020-11-06 17:16:25 +0100
commit4efd56851a7dc165236bdc86c9d300316a8a69e4 (patch)
tree27caee3a5cd065d76443a4b37f82ce695dad7b55 /PKGBUILD
parent5e8683e01983f35eb7208223efdd8408764fe686 (diff)
downloadaur-4efd56851a7dc165236bdc86c9d300316a8a69e4.tar.gz
add licence
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77e33f546e50..8d8f656a7261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Reference: PKGBUILD(5)
pkgname=osc-cli-git
-pkgver=v1.5.0.r0.gd4e7746
+pkgver=v1.5.0.r14.g04b02c8
pkgrel=1
pkgdesc='Outscale CLI'
@@ -29,4 +29,5 @@ build() {
package() {
cd "${srcdir}/osc-cli"
python ./setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -D "${srcdir}/osc-cli/LICENSE" "$pkgdir/usr/share/licenses/osc-cli/LICENSE"
}