summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-12 16:40:56 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-12 16:40:56 +0100
commitda15894f42f48d15db997c4355d6b672371a4163 (patch)
tree5d2623ff165bffc93b445f740737557739d69ea1
parent61346636d132419234f8dc9a2041b3e8877165a6 (diff)
downloadclod-da15894f42f48d15db997c4355d6b672371a4163.tar.gz
Morphology and module updatebaserock/morph
-rw-r--r--.gitmodules2
-rw-r--r--clod.morph13
2 files changed, 14 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 8f93b7c..36b4c4a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "extras/luacov"]
path = extras/luacov
- url = git://git.gitano.org.uk/luacov.git
+ url = upstream:gitano/luacov
diff --git a/clod.morph b/clod.morph
new file mode 100644
index 0000000..d555a59
--- /dev/null
+++ b/clod.morph
@@ -0,0 +1,13 @@
+{
+ "name": "clod",
+ "description": "Configuration Language Organised (by) Dots.",
+ "kind": "chunk",
+ "build-system": "manual",
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make INST_BASE=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}
+