diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-05-22 16:40:18 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-05-22 16:40:18 -0700 |
| commit | 97fbd8a94d8bf2803f9af0833faaf6627e96a392 (patch) | |
| tree | 69ca8a2c31557902f81603b8d74d840fe7d15d6a | |
| parent | 0c3ac194b771fc3468bbce97b5acec3ff4b88a05 (diff) | |
| parent | a4ff5eb2c74f1e6ac95aa13fda55965dbcd0a9df (diff) | |
| download | packages-97fbd8a94d8bf2803f9af0833faaf6627e96a392.tar.gz packages-97fbd8a94d8bf2803f9af0833faaf6627e96a392.zip | |
Merge pull request #12 from fowlmouth/patch-4
Update packages.json
| -rw-r--r-- | packages.json | 9 |
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" } ] |
