Skip to content

Commit

Permalink
Add gqlgen
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Oct 24, 2024
1 parent c19facc commit 6e67f80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gqlgen.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
description = "go generate based graphql server library"
source = "https://github.com/cashapp/hermit-build/releases/download/go-tools/gqlgen-v${version}-${os}-${arch}.bz2"
homepage = "https://github.com/99designs/gqlgen"
binaries = ["gqlgen"]

on unpack {
rename { from = "${root}/gqlgen-v${version}-${os}-${arch}" to = "${root}/gqlgen" }
}

version "0.17.55" {
auto-version {
github-release = "99designs/gqlgen"
}
}

0 comments on commit 6e67f80

Please sign in to comment.