summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2020-12-09 19:18:01 -0500
committerMario Finelli2020-12-09 19:18:01 -0500
commit52b515f2f98dad19d40f89f4a576d1945dc4d0a1 (patch)
treedd35b9a972f78bd0ed32553862dabc7e38fe9ccf /PKGBUILD
parentfa9e8030b6a069e0a3b89bbcce7eaf6217256259 (diff)
downloadaur-52b515f2f98dad19d40f89f4a576d1945dc4d0a1.tar.gz
Package pull script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaea69d5557a..0509a7313123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=helm-gcs
pkgver=0.3.7
-pkgrel=1
+pkgrel=2
pkgdesc='Helm plugin to manage chart repositories on GCS'
arch=('x86_64')
url='https://github.com/hayorov/helm-gcs'
@@ -35,6 +35,7 @@ package() {
# /usr/lib/helm/plugins follows other helm plugins on the AUR (e.g., helm-diff)
install -Dm0755 bin/helm-gcs -t "${pkgdir}/usr/lib/helm/plugins/${pkgname##helm-}/bin"
install -m0644 plugin.yaml -t "${pkgdir}/usr/lib/helm/plugins/${pkgname##helm-}"
+ install -Dm0755 scripts/pull.sh -t "${pkgdir}/usr/lib/helm/plugins/${pkgname#helm-}/scripts"
install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}