forked from codingberg/benchgraph
-
Notifications
You must be signed in to change notification settings - Fork 3
/
bintray-pkg.json
34 lines (31 loc) · 950 Bytes
/
bintray-pkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"package": {
"name": "benchgraph",
"repo": "deb",
"subject": "antoniosun",
"desc": "Visualizing Golang benchmark",
"website_url": "https://github.com/AntonioSun/benchgraph",
"issue_tracker_url": "https://github.com/AntonioSun/benchgraph/issues",
"vcs_url": "https://github.com/AntonioSun/benchgraph.git",
"licenses": ["MIT"],
"public_download_numbers": false
},
"version": {
"name": "$VERSION",
"desc": "Release $VERSION",
"released": "$DATE",
"vcs_tag": "$VERSION",
"gpgSign": true
},
"files": [{
"includePattern": "pkg/(.*)\\.deb",
"uploadPattern": "pool/main/b/$1_$VERSION_amd64.deb",
"matrixParams": {
"deb_distribution": "all",
"deb_component": "main",
"deb_architecture": "amd64",
"override": 1
}
}],
"publish": true
}