diff options
Diffstat (limited to 'clpm.json')
-rw-r--r-- | clpm.json | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -2,5 +2,17 @@ "name": "CLPM", "desc": "Clean Package Manger", "author": "Camil Staps", - "url": "https://github.com/camilstaps/clpm" + "url": "https://github.com/camilstaps/clpm", + "main": "clpm", + "paths": [ + "$CLEAN_HOME/lib/clean-platform/OS-Linux-64", + "$CLEAN_HOME/lib/clean-platform/OS-Linux", + "$CLEAN_HOME/lib/clean-platform/OS-Posix", + "$CLEAN_HOME/lib/clean-platform/OS-Independent", + "$CLEAN_HOME/lib/Generics" + ], + "options": { + "show_result": false, + "show_time": false + } } |