summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 399d156e96099141f69747bf62e64bf25a50d463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Michael William Le Nguyen <michael at mail dot ttp dot codes>
# Maintainer: Buildpacks Maintainers <cncf-buildpacks-maintainers at lists dot cncf dot io>
pkgname=pack-cli-bin
pkgver=0.33.2
pkgrel=1
pkgdesc="CLI for building apps using Cloud Native Buildpacks"
arch=('x86_64')
url="https://buildpacks.io/"
license=('Apache')
provides=('pack-cli')
conflicts=('pack-cli')
source=("https://github.com/buildpacks/pack/releases/download/v0.33.2/pack-v0.33.2-linux.tgz")
sha512sums=("6e46a2843438200aaec17eafa781bdb2bf7e192bf471c51d243b27064d5cc0be7075607c0fed8e35decfb80821a41a9286405922754daf08cc6d15ad4caf3195")
package() {
	install -D -m755 "${srcdir}/pack" "${pkgdir}/usr/bin/pack"
}