# Maintainer: Jonathan Wright pkgname=waypoint-bin pkgver=0.11.4 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=('96d314f1bc182a30ca9e93910981fbd4ecf7290763c55d2d4e8ddce2b23abdca') options=("!strip") package() { install -D -g root -m 0755 -o root "$srcdir/waypoint" "$pkgdir/usr/bin/waypoint" }