summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 03c15e1e3fc5f330b193039f4886621c431c9d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Alexander Bauer <sasha@linux.com>
# shellcheck disable=SC2034
pkgname=tfupdate-bin
pkgver=0.8.1
pkgrel=1
pkgdesc='Update version constraints in your Terraform configurations '
url='https://github.com/minamijoyo/tfupdate'
source_x86_64=("https://github.com/minamijoyo/tfupdate/releases/download/v$pkgver/tfupdate_${pkgver}_linux_amd64.tar.gz")
arch=('x86_64')
license=('MIT')
depends=()
optdepends=()
conflicts=('tfupdate')
provides=('tfupdate')
sha256sums_x86_64=('5eccc4ed61303edb80eb26fa76edf3535114bc18b7a5eaafa581aee5e98c91ce')

package() {
  cd "$srcdir/"

  install -Dm755 tfupdate "${pkgdir}/usr/bin/tfupdate"
}