New package: velero
Check build / Lint templates (push) Failing after 24s Details
Check build / Build packages (map[arch:armv6l-musl host:x86_64-musl libc:musl platform:linux/amd64 test:0]) (push) Failing after 2m56s Details
Check build / Build packages (map[arch:i686 host:i686 libc:glibc platform:linux/386 test:1]) (push) Has been cancelled Details
Check build / Build packages (map[arch:armv7l host:x86_64 libc:glibc platform:linux/amd64 test:0]) (push) Has been cancelled Details
Check build / Build packages (map[arch:aarch64 host:x86_64 libc:glibc platform:linux/amd64 test:0]) (push) Has been cancelled Details
Check build / Build packages (map[arch:x86_64-musl host:x86_64-musl libc:musl platform:linux/amd64 test:1]) (push) Has been cancelled Details
Check build / Build packages (map[arch:aarch64-musl host:x86_64-musl libc:musl platform:linux/amd64 test:0]) (push) Has been cancelled Details
Check build / Build packages (map[arch:x86_64 host:x86_64 libc:glibc platform:linux/amd64 test:1]) (push) Has been cancelled Details

This commit is contained in:
Luca Bilke 2024-05-24 13:56:24 +02:00
parent d360945ecc
commit 2d1554ce67
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 21 additions and 0 deletions

21
srcpkgs/velero/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'velero'
pkgname=velero
version=1.13.2
revision=1
build_style=go
go_import_path="github.com/vmware-tanzu/velero"
go_package="./cmd/velero"
hostmakedepends="go"
short_desc="Tools to back up and restore your Kubernetes cluster resources and persistent volumes"
maintainer="Luca Bilke <luca@bil.ke>"
license="GPL-3.0-or-later"
homepage="https://velero.io/"
distfiles="https://github.com/vmware-tanzu/velero/archive/v${version}.tar.gz"
checksum=e292c4427d801b426a53e24cff10aed16de5bcbf2a5207edfee30d8c4d363135
post_install() {
for shell in bash zsh fish; do
${PKGDESTDIR}/usr/bin/velero completion "$shell" >"velero.$shell"
vcompletion "velero.$shell" "$shell"
done
}