-
Notifications
You must be signed in to change notification settings - Fork 4
/
bootstrap.json
35 lines (35 loc) · 1010 Bytes
/
bootstrap.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
[
{
"name": "libjpeg",
"source": {
"type": "archive",
"url": "http://www.ijg.org/files/jpegsrc.v9d.tar.gz",
"sha1": "19b32a12988eae920d142243373841ed78cd4374",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36"
}
},
{
"name": "nestegg",
"source": {
"type": "git",
"url": "https://github.com/kinetiknz/nestegg",
"revision": "8374e436ad90afd61919ffe27aa5ff2887feacba"
},
"postprocess": {
"type": "script",
"file": "libnestegg.py"
}
},
{
"name": "libmodplug",
"source": {
"type": "archive",
"url": "http://downloads.sourceforge.net/project/modplug-xmms/libmodplug/0.8.8.5/libmodplug-0.8.8.5.tar.gz",
"sha1": "771ee75bb8bfcfe95eae434ed1f3b2c5b63b2cb3"
},
"postprocess": {
"type": "patch",
"file": "libmodplug_771ee75bb8bfcfe95eae434ed1f3b2c5b63b2cb3.patch"
}
}
]