summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 364c421e235b35468bfe68793bf4ee6e058a6eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Jonathan Wright <jon@than.io>

pkgname=waypoint-bin
pkgver=0.2.0
pkgrel=1
pkgdesc="Consistent developer workflow tool"
arch=('x86_64')
url="https://www.waypointproject.io/"
license=('MPL2')
makedepends=('unzip')
provides=("waypoint=${pkgver}")

source_x86_64=("waypoint-${pkgver}.zip::https://releases.hashicorp.com/waypoint/${pkgver}/waypoint_${pkgver}_linux_amd64.zip")
sha256sums_x86_64=('ec93061dd892dc42a233ba31933af6c4ea9b2cb3bc0501c1097a96cee38ae058')
options=("!strip")

package() {
  install -D -g root -m 0755 -o root "$srcdir/waypoint" "$pkgdir/usr/bin/waypoint"
}