mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/helm-ls: new aport
https://github.com/mrjosh/helm-ls Language server for Helm testing/
This commit is contained in:
parent
5fdb35185e
commit
b2fd0b15fc
34
testing/helm-ls/APKBUILD
Normal file
34
testing/helm-ls/APKBUILD
Normal file
@ -0,0 +1,34 @@
|
||||
# Contributor: Galen Abell <galen@galenabell.com>
|
||||
# Maintainer: Galen Abell <galen@galenabell.com>
|
||||
pkgname=helm-ls
|
||||
pkgver=0.0.10
|
||||
pkgrel=0
|
||||
pkgdesc="Language server for Helm"
|
||||
url="https://github.com/mrjosh/helm-ls"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
makedepends="go"
|
||||
options="chmod-clean net"
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/mrjosh/helm-ls/archive/refs/tags/v$pkgver.tar.gz"
|
||||
|
||||
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
|
||||
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
|
||||
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
|
||||
|
||||
build() {
|
||||
go build -ldflags="-buildid= -X main.Version=$pkgver"
|
||||
}
|
||||
|
||||
check() {
|
||||
go test ./...
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 "$pkgname" "$pkgdir"/usr/bin/"$pkgname"
|
||||
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
ae7555d9241f76908000011ee509d62cc9f4e8d149b7920cbb86ac3b1ce7fee56fc89589f83a6c03531fbae592cdd885a56c669bce9282fcf9fc6e6a35feab8f helm-ls-0.0.10.tar.gz
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user