summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7a83e765d5da8ad76e74ac730096bb764d4c381f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: dadav <33197631+dadav@users.noreply.github.com>
pkgname=helm-schema
pkgver=0.11.2
pkgrel=1
pkgdesc="A tool for automatically generating jsonschema files for helm charts"
arch=('x86_64')
url="https://github.com/dadav/helm-schema"
license=('MIT')
source=("https://github.com/dadav/helm-schema/releases/download/${pkgver}/helm-schema_${pkgver}_Linux_x86_64.tar.gz")
sha256sums=('967f8db73e44887816e7b075e2bd6bceb9c095a771a0f0a9e0060f91608c8cb5')

package() {
	install -D -m755 "$srcdir"/helm-schema "$pkgdir/usr/bin/helm-schema"
}