summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
+}
+