From a4ff5eb2c74f1e6ac95aa13fda55965dbcd0a9df Mon Sep 17 00:00:00 2001 From: Billingsly Wetherfordshire Date: Wed, 22 May 2013 18:37:06 -0500 Subject: [PATCH] Update packages.json --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]