package management

This commit is contained in:
kepler155c
2018-11-03 18:14:11 -04:00
parent aa66b1c663
commit 1f7ef4a483
124 changed files with 1274 additions and 9 deletions

View File

@@ -3,10 +3,7 @@
'opus-develop-1.8',
},
title = 'Inventory manager for Opus OS',
description = [[
Unstable Branch
]],
repository = 'kepler155c/opus-apps/develop1.8/milo',
description = [[ ... ]],
licence = 'MIT',
--location = '',
--mount = 'packages/opus-neural gitfs kepler155c/opus-neural/master',
}

View File

@@ -11,7 +11,7 @@ local Craft = {
STATUS_ERROR = 'error',
STATUS_SUCCESS = 'success',
RECIPES_DIR = 'usr/etc/recipes',
RECIPES_DIR = 'packages/core/etc/recipes',
USER_RECIPES = 'usr/config/recipes.db',
MACHINE_LOOKUP = 'usr/config/machine_crafting.db',
}