summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3891da27161f1d650baf1e762641592e911af8c4 (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.3.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=('80fa965a4c9f0c7b4e8fffa255a1823ff8df350523b336433debb17d79ad8d6d')
options=("!strip")

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