Skip to content

Commit

Permalink
Add a manifest for nsc client for namespace.so (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
lox authored Jan 2, 2024
1 parent 24ed520 commit 90e6783
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nsc.hcl
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 90e6783

Please sign in to comment.