mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2024-11-22 15:10:12 +09:00
add package: cbqn
This commit is contained in:
parent
ff5c60e225
commit
22a4949f7f
1 changed files with 17 additions and 0 deletions
17
bucket/cbqn.json
Normal file
17
bucket/cbqn.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"version": "0.0.11-alpha",
|
||||
"description": "a BQN implementation in C",
|
||||
"homepage": "https://github.com/dzaima/CBQN",
|
||||
"license": "GPL-3.0-only",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/actalley/WinBQN/releases/download/v0.0.11-alpha/dzaima-cbqn-dev-381460e-llvm-mingw-x86_64.zip",
|
||||
"hash": "16DC345DB201A600F121C329C8704F83B0833FC4C0AB26B27783F067DCDDCB8C",
|
||||
"extract_dir": "dzaima-cbqn-dev-381460e-llvm-mingw-x86_64"
|
||||
}
|
||||
},
|
||||
"bin": ["BQN.exe"],
|
||||
"checkver": {
|
||||
"github": "https://github.com/actalley/WinBQN/releases"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue