# This file was generated by GoReleaser. DO NOT EDIT. # Maintainer: Budiman Jojo pkgname='talhelper-bin' pkgver=1.9.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/v1.9.2/talhelper_linux_arm64.tar.gz") sha256sums_aarch64=('e1307efe3faca5ee695ba0ecf12110d3ff7223fdb4d290587c77a4e425da952b') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/budimanjojo/talhelper/releases/download/v1.9.2/talhelper_linux_amd64.tar.gz") sha256sums_x86_64=('369a171ab7df4ef88d18d239552d346487a3d51f2c0f75a37a94a6475d964811') package() { # bin install -Dm755 "./talhelper" "${pkgdir}/usr/bin/talhelper" # license install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/talhelper/LICENSE" }