contrib: introduce .ini for projects maintained by Jean Privat
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 23:38:47 +0000 (19:38 -0400)
committerJean Privat <jean@pryen.org>
Sun, 30 Aug 2015 18:10:39 +0000 (14:10 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

contrib/friendz/project.ini [new file with mode: 0644]
contrib/github_merge.ini [new file with mode: 0644]
contrib/nitcc/project.ini [new file with mode: 0644]
contrib/simplan/project.ini [new file with mode: 0644]

diff --git a/contrib/friendz/project.ini b/contrib/friendz/project.ini
new file mode 100644 (file)
index 0000000..dfb04ba
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=friendz
+tags=game
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/friendz/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/friendz/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/github_merge.ini b/contrib/github_merge.ini
new file mode 100644 (file)
index 0000000..0615986
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=github_merge
+tags=cli
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/github_merge.nit
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/github_merge.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/nitcc/project.ini b/contrib/nitcc/project.ini
new file mode 100644 (file)
index 0000000..bdc1258
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=nitcc
+tags=devel,cli
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/nitcc/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/nitcc/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/simplan/project.ini b/contrib/simplan/project.ini
new file mode 100644 (file)
index 0000000..bab2310
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=simplan
+tags=ai,example,cli
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/simplan/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/simplan/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues