New package: velero-1.13.2

Reviewed-on: #39
Co-authored-by: Luca Bilke <bilke@tralios.de>
Co-committed-by: Luca Bilke <bilke@tralios.de>
This commit is contained in:
Luca Bilke 2024-05-24 14:14:59 +02:00 committed by Luca Bilke
parent 70ac820bae
commit 85903101de
1 changed files with 22 additions and 0 deletions

22
srcpkgs/velero/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'velero'
pkgname=velero
version=1.13.2
revision=1
archs="i686 x86_64*"
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 Kubernetes 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
}