summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ceda01e844c46934fc70bf37adfafe0c5047bad8 (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
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Budiman Jojo <budimanjojo at gmail dot com>

pkgname='talhelper-bin'
pkgver=1.2.1
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.2.1/talhelper_linux_arm64.tar.gz")
sha256sums_aarch64=('e3cf0ec9cdcee9db25e4a5a8732d87a27beea33548fbf54f5009a837b240442f')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/budimanjojo/talhelper/releases/download/v1.2.1/talhelper_linux_amd64.tar.gz")
sha256sums_x86_64=('8c141b5648e960b96134314ab458c6717b536f57587c70eebe1a1c4b57a9d59b')

package() {
  # bin
  install -Dm755 "./talhelper" "${pkgdir}/usr/bin/talhelper"
  # license
  install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/talhelper/LICENSE"
}