From f4b1cba45949df372550beddd7696b80b39992f9 Mon Sep 17 00:00:00 2001 From: nickajacks1 <128185314+nickajacks1@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:38:53 -0700 Subject: [PATCH] feat: add goplantuml (#385) --- goplantuml.hcl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 goplantuml.hcl diff --git a/goplantuml.hcl b/goplantuml.hcl new file mode 100644 index 00000000..42c62d3b --- /dev/null +++ b/goplantuml.hcl @@ -0,0 +1,18 @@ +description = "PlantUML Class Diagram Generator for golang projects" +binaries = ["goplantuml"] +homepage = "https://github.com/jfeliu007/goplantuml" +source = "https://github.com/cashapp/hermit-build/releases/download/go-tools/goplantuml-v${version}-${os}-${arch}.bz2" + +on "unpack" { + rename { + from = "${root}/goplantuml-v${version}-${os}-${arch}" + to = "${root}/goplantuml" + } +} + +version "1.6.2" { + auto-version { + github-release = "jfeliu007/goplantuml" + } +} +