summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1196318ad3693fec8f8bc396b22da2f880c6fc0f (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
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Arthur Busser <arthur dot busser at gmail dot com>

pkgname='tfautomv-bin'
pkgver=0.6.2
pkgrel=1
pkgdesc='Generate Terraform moved blocks automatically for painless refactoring'
url='https://github.com/busser/tfautomv'
arch=('aarch64' 'i686' 'x86_64')
license=('Apache-2.0')
provides=('tfautomv')
conflicts=('tfautomv')
optdepends=('terraform: for running Terraform')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/busser/tfautomv/releases/download/v0.6.2/tfautomv_0.6.2_linux_arm64.tar.gz")
sha256sums_aarch64=('d059cfcaa108d026677a0bed9a99e29030204291cdfa837f98cef7f6c4589ced')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/busser/tfautomv/releases/download/v0.6.2/tfautomv_0.6.2_linux_386.tar.gz")
sha256sums_i686=('250ea7e9665b3d388a60b295100aa481656d6562f3cb41ce4bd052118b880841')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/busser/tfautomv/releases/download/v0.6.2/tfautomv_0.6.2_linux_amd64.tar.gz")
sha256sums_x86_64=('42ec204fc55df3a8d157839ea94718c210360c7226082ea86e9573dfa6fffd23')

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