-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsanepack.json
59 lines (59 loc) · 1016 Bytes
/
sanepack.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"ProjectName": "grove",
"ProjectOwners": [
{
"Name": "Alexander Bauer",
"Email": "[email protected]"
},
{
"Name": "Luke Evers",
"Email": "[email protected]"
}
],
"Maintainer": {
"Name": "Alexander Bauer",
"Email": "[email protected]"
},
"Description": "git self-hosted repository browser",
"Homepage": "https://github.com/SashaCrofter/grove",
"InitScript": "grove.sh",
"Install": [
"grove usr/bin",
"res/* usr/share/grove"
],
"Docs": [
"README.md"
],
"ManPages": [
"docs/grove.1"
],
"Copyright": {
"Name": "grove",
"License": "GPL-3+",
"Files": [
{
"Glob": "*",
"License": "GPL-3+",
"Year": 2013,
"Owner": {
"Name": "Alexander Bauer",
"Email": "[email protected]"
}
}
]
},
"BuildDepends": [
"golang-go"
],
"Depends": [
"libc6", "git (>= 1.6.6)"
],
"Recommends": null,
"Suggests": null,
"Conflicts": null,
"Provides": null,
"Replaces": null,
"Section": "devel",
"Priority": "optional",
"Architecture": "any"
}