summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5ddd79b0c5e3bb8023958879e48690251db568d6 (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
# Maintainer: Jener Rasmussen <aur@jener.me>
pkgname=opentofu-bin
pkgver=v1.7.0_alpha1
pkgrel=1
pkgdesc="OpenTofu lets you declaratively manage your cloud infrastructure. "
arch=('x86_64'
    'i686'
    'aarch64'
    'armv7h')
url="https://github.com/opentofu/opentofu"
license=('MPL2')
provides=('opentofu'
    'terraform')
conflicts=('opentofu'
    'opentofu-git')
source_x86_64=("https://github.com/opentofu/opentofu/releases/download/v1.7.0-alpha1/tofu_1.7.0-alpha1_linux_amd64.zip")
sha256sums_x86_64=("38bd34f51f6373adadeeae301d7bee862a026d8b0b2b3aaed92aa325b3d621cc")
source_i686=("https://github.com/opentofu/opentofu/releases/download/v1.7.0-alpha1/tofu_1.7.0-alpha1_linux_386.zip")
sha256sums_i686=("29f8a9368d8cf1bdf9744a4b402a4d1cd8ee649551ded91855c9dfc1ca2b0a07")
source_aarch64=("https://github.com/opentofu/opentofu/releases/download/v1.7.0-alpha1/tofu_1.7.0-alpha1_linux_arm64.zip")
sha256sums_aarch64=("c202fd5f4bf3dfd8c5ff7c1d7f13b09bb9dd2565d1798823082920abae453a9c")
source_armv7h=("https://github.com/opentofu/opentofu/releases/download/v1.7.0-alpha1/tofu_1.7.0-alpha1_linux_arm.zip")
sha256sums_armv7h=("317ed2b8937339e36d57a2f23bbc4a3583347c7871cee8f97165db60550e3377")

package() {
    install -o root -g root -m 755 -D tofu $pkgdir/usr/bin/tofu
}