Skip to content

Commit

Permalink
feat: add goplantuml (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickajacks1 authored Sep 14, 2023
1 parent 9d654a6 commit f4b1cba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions goplantuml.hcl
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit f4b1cba

Please sign in to comment.