From d74e631b1eaa3aa20f13216b4914dc211d9ca906 Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Sun, 3 May 2020 02:24:55 -0700 Subject: [PATCH] New package: chamber-2.8.1 --- srcpkgs/chamber/template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 srcpkgs/chamber/template diff --git a/srcpkgs/chamber/template b/srcpkgs/chamber/template new file mode 100644 index 00000000000..ff30d379cc6 --- /dev/null +++ b/srcpkgs/chamber/template @@ -0,0 +1,27 @@ +# Template file for 'chamber' +pkgname=chamber +version=2.8.1 +revision=1 +# use the Makefile here instead of the usual go target, both because of weird +# pathing issues in the vendored dependencies, and because the output binary is +# missing several critical codepaths when built that way (the missing stuff is +# also missing when attempting to build the "linux" makefile target, so my +# current guess is something weird with GOOS envvar) +build_style=gnu-makefile +makedepends="go" +make_build_target="chamber" +make_use_env=0 +short_desc="CLI for managing secrets" +maintainer="klardotsh " +license="MIT" +homepage="https://github.com/segmentio/chamber" +distfiles="https://github.com/segmentio/chamber/archive/v${version}${_status}.tar.gz" +checksum=ec067de2ce3ddc208075170d551f8d8579ac122ffa785fe7bad65b5946a5a6bf + +do_install() { + vinstall chamber 755 usr/bin +} + +post_install() { + vlicense LICENSE +}