diff options
Diffstat (limited to 'core/modules/cowgui/module.conf')
-rw-r--r-- | core/modules/cowgui/module.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/modules/cowgui/module.conf b/core/modules/cowgui/module.conf new file mode 100644 index 00000000..92eb4b9f --- /dev/null +++ b/core/modules/cowgui/module.conf @@ -0,0 +1,9 @@ +#!/bin/bash +REQUIRED_MODULES=" + qt5core +" +REQUIRED_GIT="https://git.openslx.org/openslx-ng/cowgui.git" +REQUIRED_PREFIX="/opt/openslx/bin" +REQUIRED_BINARIES="cowgui" +REQUIRED_LIBRARIES=" +" |