Skip to content

Commit ca4bd52

Browse files
author
ftl-schema[bot]
committed
Add nature
1 parent da7ae08 commit ca4bd52

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

nature.hcl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
description = "The Nature Programming Language"
2+
homepage = "https://nature-lang.org"
3+
strip = 1
4+
binaries = ["bin/*"]
5+
source = "https://github.com/nature-lang/nature/releases/download/v${version}/nature-v${version}-${os}-${arch}.tar.gz"
6+
7+
version "0.5.0" {
8+
auto-version {
9+
github-release = "nature-lang/nature"
10+
}
11+
}
12+
13+
sha256sums = {
14+
"https://github.com/nature-lang/nature/releases/download/v0.5.0/nature-v0.5.0-darwin-amd64.tar.gz": "8558042c46bbe20245c094a413c4c2929af7fdb0fef816e3cae259aeaafdafe4",
15+
"https://github.com/nature-lang/nature/releases/download/v0.5.0/nature-v0.5.0-darwin-arm64.tar.gz": "923b56ee44ce66e4c328142107f4ca9fb96755317c35baa44e5a05080206c9a3",
16+
"https://github.com/nature-lang/nature/releases/download/v0.5.0/nature-v0.5.0-linux-arm64.tar.gz": "ea89b40fd2503cdee41ae9ede02dfdaef89d29ac016f58baf661537e75414dda",
17+
"https://github.com/nature-lang/nature/releases/download/v0.5.0/nature-v0.5.0-linux-amd64.tar.gz": "71fc60d34c3eb9db5f02e4c4afbafd5951d9d8bbc2452d08ed29fe04a7d28665",
18+
}

0 commit comments

Comments
 (0)