-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
seed.json
46 lines (46 loc) · 1.37 KB
/
seed.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
{
"projects":
[
{
"name": "Official Serpent OS recipes",
"slug": "serpent-os",
"description": "Recipes from the Serpent OS git repositories",
"profiles":
[
{
"name": "serpent-x86_64",
"arch": "x86_64",
"indexURI": "https://dev.serpentos.com/volatile/x86_64/stone.index",
"remotes": [
{
"name": "Volatile repo",
"priority": 0,
"uri": "https://dev.serpentos.com/x86_64/stone.index"
}
]
}
],
"repos":
[
{
"name": "recipes",
"summary": "Serpent OS Recipes",
"uri": "https://github.com/serpent-os/recipes.git"
},
]
},
{
"name": "Community recipes",
"slug": "community",
"description": "Community maintained package recipes",
"repos":
[
{
"name": "venom",
"summary": "Testing recipes",
"uri": "https://github.com/snekpit/venom.git"
}
]
}
]
}