summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-12 16:44:05 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-12 17:23:32 +0100
commit3a76819392eaee1fb20d6c68fd9fcf8a9d5d91fd (patch)
tree07896da446c86ce495ba63b8c210fd181415ab5f
parentab81582f30b886544a3010e8f33b964fbe4a30b0 (diff)
downloadgall-3a76819392eaee1fb20d6c68fd9fcf8a9d5d91fd.tar.gz
Morphology and module update
-rw-r--r--.gitmodules6
-rw-r--r--gall.morph13
2 files changed, 16 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 8734ea9..869ddf3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,9 @@
[submodule "libgit2"]
path = libgit2
- url = git://git.gitano.org.uk/libgit2.git
+ url = upstream:gitano/libgit2
[submodule "luagit2"]
path = luagit2
- url = git://git.gitano.org.uk/luagit2.git
+ url = upstream:gitano/luagit2
[submodule "extras/luacov"]
path = extras/luacov
- url = git://git.gitano.org.uk/luacov.git
+ url = upstream:gitano/luacov
diff --git a/gall.morph b/gall.morph
new file mode 100644
index 0000000..779f675
--- /dev/null
+++ b/gall.morph
@@ -0,0 +1,13 @@
+{
+ "name": "gall",
+ "description": "Git Abstraction Layer for Lua",
+ "kind": "chunk",
+ "build-system": "manual",
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make INST_BASE=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}
+