summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d6aa62cc69588327408e5588d851597fa3e46537 (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.32.1
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.32.1/pack-v0.32.1-linux.tgz")
sha512sums=("f2641fdb7d7ba2215aa545c0589edb1bcfffaa6acd118d91ef1cac471eddb37bd03e70a0e36a0d059d7d1a2b77a6e78dd6b8e29a6951de4be80a4c833f62e5ee")
package() {
	install -D -m755 "${srcdir}/pack" "${pkgdir}/usr/bin/pack"
}