diff options
| author | genotrance <dev@genotrance.com> | 2019-08-20 00:36:07 -0500 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-08-20 07:36:07 +0200 |
| commit | d4e6cc22e5d965ae11474263830512d93061b98d (patch) | |
| tree | ffb5e2a0a46abb0a54532301c03ea861b4726d44 | |
| parent | fa101cf72ca043c156160dce0785752423d32afb (diff) | |
| download | packages-d4e6cc22e5d965ae11474263830512d93061b98d.tar.gz packages-d4e6cc22e5d965ae11474263830512d93061b98d.zip | |
Added package cmake (#1147)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5a0ff1d..a846113 100644 --- a/packages.json +++ b/packages.json @@ -14064,5 +14064,19 @@ "description": "Sweet_Anita Translator, help spread awareness about Tourettes", "license": "MIT", "web": "https://github.com/juancarlospaco/sweetanitify" + }, + { + "name": "cmake", + "url": "https://github.com/genotrance/cmake", + "method": "git", + "tags": [ + "cmake", + "build", + "tool", + "wrapper" + ], + "description": "CMake for Nimble", + "license": "MIT", + "web": "https://github.com/genotrance/cmake" } ] |
