diff --git a/nsc.hcl b/nsc.hcl new file mode 100644 index 00000000..ff88ebdb --- /dev/null +++ b/nsc.hcl @@ -0,0 +1,11 @@ +description = "a client for Namespace's cloud" +homepage = "https://github.com/namespacelabs/foundation" +binaries = ["nsc"] +test = "nsc -h" +source = "https://github.com/namespacelabs/foundation/releases/download/v${version}/nsc_${version}_${os}_${arch}.tar.gz" + +version "0.0.322" { + auto-version { + github-release = "namespacelabs/foundation" + } +}