-
Notifications
You must be signed in to change notification settings - Fork 3
/
.bintray-rpm.json
31 lines (31 loc) · 940 Bytes
/
.bintray-rpm.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
{
"package": {
"name": "cobra",
"repo": "rpm",
"subject": "flatmap",
"desc": "Proof and Code Presentation Framework",
"website_url": " http://www.flatmap.net/cobra/",
"issue_tracker_url": "https://github.com/flatmap/cobra/issues",
"vcs_url": "https://github.com/flatmap/cobra.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.md",
"licenses": ["LGPL"],
"labels": ["presentation","scala","haskell","isabelle"],
"public_download_numbers": false,
"public_stats": false
},
"version": {
"name": "version-1.0.6",
"desc": "Version 1.0.6",
"vcs_tag": "version-1.0.6",
"gpgSign": true
},
"files":
[
{
"includePattern": "modules/cobra-server/target/rpm/RPMS/noarch/(.*\\.rpm)",
"uploadPattern": "$1"
}
],
"publish": true
}