summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b300fe40067a0f201181b61901c067071410b917 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>

pkgname="cloud-nuke-bin"
pkgver=0.14.0
pkgrel=1
pkgdesc="A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it."
url="https://github.com/gruntwork-io/cloud-nuke"
arch=('x86_64' 'i386' 'aarch64')
license=('MIT')
provides=('cloud-nuke')
source_x86_64=("$pkgname::$url/releases/download/v${pkgver}/${pkgname/-bin/}_linux_amd64")
source_i386=("$pkgname::$url/releases/download/v${pkgver}/${pkgname/-bin/}_linux_386")
sha256sums_x86_64=(ab5abe4b2f689144c500e469c6f328bf3afdc268557379e57741a153ede7c84f)
sha256sums_i386=(9077df02804c413817b7b00ec5c4b5e091db405bdc1be1fee8db7d235d0b6b51)
sha256sums_aarch64=(6a137f5a7f99eeac7f7d3f30ccff431140256465c1f15499652dc58900958bbd)

package() {
  install -Dm755 cloud-nuke-bin "$pkgdir/usr/bin/cloud-nuke"
}