summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3f08aae2f7d7a1254b7b61eb6478dee6e114a34e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Budiman Jojo <budimanjojo at gmail dot com>

pkgname='talhelper-bin'
pkgver=2.3.3
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.3.3/talhelper_linux_arm64.tar.gz")
sha256sums_aarch64=('2cd3378973fbe04ee5cdc119bd8d8e385f023b6e8a3bc8e304c4436bd69fa2f8')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/budimanjojo/talhelper/releases/download/v2.3.3/talhelper_linux_amd64.tar.gz")
sha256sums_x86_64=('209613355e739e3c60f5611509425ae11e6e4618850e43a6862f5598f8605a1b')

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"
}