summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d00e5aa718ad371e7e8c6d053d575e659d19e273 (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.7.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=('fa3aefd80c934fb24f047336a7221de2ccda522e0a1941cbad11a4ece906a869')
options=("!strip")

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