summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hobson2020-04-30 20:15:59 +1200
committerThomas Hobson2020-04-30 20:15:59 +1200
commit728596576e5f4da92a7309a0bf27c0f0ae5a6424 (patch)
tree891039c0628aba61d3e904b9801a008d2c1dbd6a
parent2dbb24d9ad46f24b0636abeebdb719f67891b363 (diff)
downloadaur-728596576e5f4da92a7309a0bf27c0f0ae5a6424.tar.gz
chart-testing: Version 2.4.1+1 (via aurt)
-rw-r--r--PKGBUILD23
1 files changed, 11 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f64873335808..a1f1511cc5c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
# Maintainer: Thomas Hobson <thomas@hexf.me>
-# Maintainer: Thomas Hobson <thomas@hexf.me>
pkgname=chart-testing
pkgver=2.4.1
pkgrel=1
epoch=0
-pkgdesc="CLI tool for linting and testing Helm charts"
+source=('https://github.com/helm/chart-testing/releases/download/v2.4.1/chart-testing_2.4.1_linux_amd64.tar.gz')
+sha256sums=('70d5a0141a8331f85355155368cb555f5143625effdbb4a20e662dd5d965de14')
+pkgdesc=CLI tool for linting and testing Helm charts
arch=('x86_64')
-url="https://github.com/helm/chart-testing/"
-license=('APACHE')
-depends=('helm' 'kubectl' 'yamllint' 'git' 'python3-yamale')
+url=https://github.com/helm/chart-testing/
+license=('Apache')
+depends=('helm' 'kubectl' 'yamllint' 'git' 'yamale')
provides=('ct')
-source=("https://github.com/helm/chart-testing/releases/download/v2.4.1/chart-testing_2.4.1_linux_amd64.tar.gz")
-sha256sums=('70d5a0141a8331f85355155368cb555f5143625effdbb4a20e662dd5d965de14')
-
+backup=('etc/lintconfig.conf')
package() {
- cp -r etc/ $pkgdir/
- mkdir -p $pkgdir/usr/bin/
- cp ct $pkgdir/usr/bin/
-}
+ cp -r etc/ $pkgdir/
+ mkdir -p $pkgdir/usr/bin/
+ cp ct $pkgdir/usr/bin/
+} \ No newline at end of file