# This file was generated by GoReleaser. DO NOT EDIT. # Maintainer: Budiman Jojo pkgname='talhelper-bin' pkgver=2.0.2 pkgrel=1 pkgdesc='A tool to help creating Talos cluster in GitOps way.' url='https://github.com/budimanjojo/talhelper' arch=('aarch64' 'x86_64') license=('BSD-3-Clause') provides=('talhelper') conflicts=('talhelper') source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/budimanjojo/talhelper/releases/download/v2.0.2/talhelper_linux_arm64.tar.gz") sha256sums_aarch64=('ad19d2f64d6c51ef29f5c226a0d2cdcf45d40b0ea66e4ba9411e1c61e6441da5') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/budimanjojo/talhelper/releases/download/v2.0.2/talhelper_linux_amd64.tar.gz") sha256sums_x86_64=('a3406943fe34ffd3d8cb66b03c0d7cfb27bcf24fbd373dbcc2c25db12572a1a2') package() { # bin install -Dm755 "./talhelper" "${pkgdir}/usr/bin/talhelper" # license install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/talhelper/LICENSE" # completions "${pkgdir}/usr/bin/talhelper" completion bash | install -Dm644 /dev/stdin "${pkgdir}/usr/share/bash-completion/completions/talhelper" "${pkgdir}/usr/bin/talhelper" completion fish | install -Dm644 /dev/stdin "${pkgdir}/usr/share/fish/completions/talhelper.fish" "${pkgdir}/usr/bin/talhelper" completion zsh | install -Dm644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_talhelper" }