From 47a3a3cf57857b2849c56baefbde7c3b5a75126d Mon Sep 17 00:00:00 2001 From: Noel Cower Date: Fri, 16 Oct 2020 20:28:12 -0700 Subject: [PATCH] New package: waypoint-0.1.2 --- srcpkgs/waypoint/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/waypoint/template diff --git a/srcpkgs/waypoint/template b/srcpkgs/waypoint/template new file mode 100644 index 000000000000..0150225b50c5 --- /dev/null +++ b/srcpkgs/waypoint/template @@ -0,0 +1,18 @@ +# Template file for 'waypoint' +pkgname=waypoint +version=0.1.2 +revision=1 +build_style=gnu-makefile +make_build_target=bin +hostmakedepends="git go go-bindata" +short_desc="Tool to build, deploy, and release any application on any platform" +maintainer="Noel Cower " +license="MPL-2.0" +homepage="https://www.waypointproject.io" +distfiles="https://github.com/hashicorp/waypoint/archive/v${version}.tar.gz" +checksum=20723ab3fd8dab0fc578f2ec2d8506eacbafe1b9837ab083c82f011ed1cdd226 + +do_install() { + vlicense LICENSE + vbin waypoint +}