aboutsummaryrefslogtreecommitdiff
path: root/clpm.json
diff options
context:
space:
mode:
Diffstat (limited to 'clpm.json')
-rw-r--r--clpm.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/clpm.json b/clpm.json
index 74a453d..0232dbc 100644
--- a/clpm.json
+++ b/clpm.json
@@ -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
+ }
}