summaryrefslogtreecommitdiff
path: root/test.lorry
blob: 26dcef27bf392c41e014b09aac5d90f5df710186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "gawk": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/gawk.git"
    },
    "binutils": {
        "type": "bzr",
        "branches": {
            "trunk": "lp:binutils"
        }
    },
    "bc": {
        "type": "tarball",
        "compression": "gzip",
        "strip": 1,
        "url": "http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
    }
}