summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4bf74d5b9c6b472870e125c4ddb5e3e561ed220a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Maintainer: Michael Del Rosario <m@delrosariomichael.com>
pkgname='infracost'
pkgver=0.7.20
pkgrel=1
pkgdesc='Infracost shows cloud cost estimates for Terraform projects. It helps developers, devops and others to quickly see the cost breakdown and compare different options upfront.'
url='https://github.com/infracost/infracost'
arch=('x86_64')
license=('APACHE')
source=("https://github.com/infracost/infracost/releases/download/v${pkgver}/infracost-linux-amd64.tar.gz")
md5sums=('86b78c7626c5fe940c777e8d5f334e3b')
package() {
	install -Dm755 "$srcdir/${pkgname}" "${pkgdir}/usr/local/bin/${pkgname}"	
}