From e769e19c5c4a2ac80d4488c1065f90dde55ea924 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Sun, 10 Jul 2022 14:37:50 +0200 Subject: [PATCH 1/2] New package: nats-0.0.34 --- srcpkgs/nats/template | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 srcpkgs/nats/template diff --git a/srcpkgs/nats/template b/srcpkgs/nats/template new file mode 100644 index 000000000000..85bc4cc091b4 --- /dev/null +++ b/srcpkgs/nats/template @@ -0,0 +1,28 @@ +# Template file for 'nats' +pkgname=nats +version=0.0.34 +revision=1 +wrksrc="natscli-${version}" +build_style=go +go_import_path=github.com/nats-io/natscli/nats +go_ldflags="-X main.version=v${version}" +short_desc="Command line utility to interact with and manage NATS" +maintainer="Daniel Lewan " +license="Apache-2.0" +homepage="https://nats.io/" +distfiles="https://github.com/nats-io/natscli/archive/v${version}.tar.gz" +checksum=9fdfd14c093e1ef4c4cd0398d17f8eba2b26c25334fd63160c2fcd644c9d8bfd + +pre_build() { + for shell in bash zsh + do + CGO_ENABLED=0 GOARCH='' go run nats/main.go --completion-script-$shell >completion.$shell + done +} + +post_install() { + for shell in bash zsh + do + vcompletion completion.$shell $shell + done +} From 365ee26a61d8a3db6bfe35627ef63f3a92cd8516 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Sun, 10 Jul 2022 14:37:52 +0200 Subject: [PATCH 2/2] New package: nats-server-2.9.1 --- srcpkgs/nats-server/template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/nats-server/template diff --git a/srcpkgs/nats-server/template b/srcpkgs/nats-server/template new file mode 100644 index 000000000000..c5612d679f8c --- /dev/null +++ b/srcpkgs/nats-server/template @@ -0,0 +1,12 @@ +# Template file for 'nats-server' +pkgname=nats-server +version=2.9.1 +revision=1 +build_style=go +go_import_path=github.com/nats-io/nats-server/v2 +short_desc="Server for NATS messaging system" +maintainer="Daniel Lewan " +license="Apache-2.0" +homepage="https://nats.io/" +distfiles="https://github.com/nats-io/nats-server/archive/v${version}.tar.gz" +checksum=e6287f1d038a2df3ec37d00d936e967ca7f5eec9de37558d79e87a49d153d3ae