aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index e4ab2c1..18d4c4c 100644
--- a/packages.json
+++ b/packages.json
@@ -87,6 +87,15 @@
"tags": ["game", "opengl", "wrappers", "library", "assorted"],
"description": "A collection of reusable modules and wrappers.",
"license": "MIT"
+ },
+
+ {
+ "name": "nake",
+ "url": "git://github.com/fowlmouth/nake/",
+ "method": "git",
+ "tags": ["build", "automation", "sortof"],
+ "description": "make-like for Nimrod. Describe your builds as tasks!",
+ "license": "MIT"
}
]