-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbpkg.json
More file actions
21 lines (20 loc) · 788 Bytes
/
bpkg.json
File metadata and controls
21 lines (20 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "get.bpkg.sh",
"version": "master",
"description": "An installer script living at the https://get.bpkg.sh for bpkg",
"global": "1",
"install": "install -b index.html ${PREFIX:-/usr/local}/bin/get.bpkg.sh",
"commands": {
"server": "command serve . -p ${PORT:-3000} || command budo . -p ${PORT:-3000}",
"generate": "./scripts/generate.sh $@",
"lint": "command shellcheck scripts/*.sh",
"list-bpkg-tags": "curl -Lnso- https://api.github.com/repos/bpkg/bpkg/tags?nonce=$(date +%s)'&'page=$1 | bpkg json -b | grep name | awk '{ print $2 }' | tr -d '\"'",
"echo-url": "echo https://api.github.com/repos/bpkg/bpkg/tags?nonce=$(date +%s)'&'page=$2"
},
"scripts": [
"scripts/generate.sh"
],
"dependencies": {
"jwerle/mush": "0.1.0"
}
}