summaryrefslogtreecommitdiff
path: root/nfs.morph
blob: 33fa61a5a0b1f7be9cbcb24905c13f32f7aa09b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "nfs",
    "kind": "stratum",
    "description": "NFS utilities",
    "chunks": [
        {
            "name": "sqlite3",
            "repo": "upstream:sqlite3",
            "ref": "master",
            "build-depends": []
        },
        {
            "name": "nfs-utils",
            "repo": "git://git.linux-nfs.org/projects/steved/nfs-utils.git",
            "ref": "nfs-utils-1-2-7",
            "build-depends": [
                "sqlite3"
            ]
        }
    ]
}