Package Details: terramate-bin 0.11.6-1

Git Clone URL: https://aur.archlinux.org/terramate-bin.git (read-only, click to copy)
Package Base: terramate-bin
Description: Terramate is a tool for managing multiple Terraform stacks that comes with support for change detection and code generation.
Upstream URL: https://github.com/terramate-io/terramate
Licenses: MPL-2
Conflicts: terramate
Provides: terramate
Submitter: enmanuelmoreira
Maintainer: enmanuelmoreira
Last Packager: enmanuelmoreira
Votes: 1
Popularity: 0.000002
First Submitted: 2022-07-02 15:50 (UTC)
Last Updated: 2025-01-06 12:46 (UTC)

Latest Comments

dcelasun commented on 2025-05-08 09:17 (UTC)

Updated PKGBUILD for 0.13.0

_pkggit=terramate

pkgname=terramate-bin
pkgver=0.13.0
pkgrel=1
pkgdesc="Terramate is a tool for managing multiple Terraform stacks that comes with support for change detection and code generation."
arch=('x86_64')
url="https://github.com/terramate-io/terramate"
conflicts=('terramate')
provides=('terramate')
license=('MPL-2')
source=("https://github.com/terramate-io/${_pkggit}/releases/download/v${pkgver}/${_pkggit}_${pkgver}_linux_x86_64.tar.gz"
LICENSE-$pkgver::"https://raw.githubusercontent.com/terramate-io/terramate/refs/tags/v${pkgver}/LICENSE")
sha256sums=('659b745157d24218d7a1049326e6ea691baaa11ad212127846b773afc3aa12d4'
            '3f3d9e0024b1921b067d6f7f88deb4a60cbe7a78e76c64e3f1d7fc3b779b9d04')

package() {
  cd "${srcdir}"
  install -Dm755 ${_pkggit} ${pkgdir}/usr/bin/${_pkggit}
  install -D -m 644 "${srcdir}/LICENSE-${pkgver}" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
}