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