Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update the manifest sample.
jlaffaye committed 15 years ago
commit 3ab19b6b795be96cd1ec7ee8ae8c1ea5bccb6c56
parent add1b25242e21e395e85b5729bfa67aa4b9a6e73
1 file changed +5 -5
modified docs/sample_manifest.json
@@ -10,11 +10,11 @@
    "comment": "Foo does bar very well!",
    "desc": "Foo is a nice software\n\nWWW:\thttp://www.foo-bar.org",
    "license": "ISC",
-
    "automatic": false,
-
    "options": [
-
        "WITH_FOO": true,
-
        "WITH_BAR": false
-
    ],
+
    "automatic": false, // true if installed to satisfy a dep, only exist in the local manifest
+
    "options": {
+
        "FOO": true,
+
        "BAR": false
+
    },
    "deps": [
        {
            "name": "gettext",