diff --git a/programming/language/python3/gonullu/actions.py b/programming/language/python3/gonullu/actions.py
new file mode 100644
index 0000000000..64195092ba
--- /dev/null
+++ b/programming/language/python3/gonullu/actions.py
@@ -0,0 +1,15 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import pisitools
+
+def build():
+ pythonmodules.compile(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
+
+ pisitools.dodoc("LICENSE", "README*")
diff --git a/programming/language/python3/gonullu/pspec.xml b/programming/language/python3/gonullu/pspec.xml
new file mode 100644
index 0000000000..1da1261629
--- /dev/null
+++ b/programming/language/python3/gonullu/pspec.xml
@@ -0,0 +1,50 @@
+
+
+ gonullu
+ https://github.com/PisiLinuxNew/gonullu
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv3
+ app:console
+ Volunteer application is developed to compile the packages for Pisi distributions
+ Application build the packages waiting at queue of build system as PISI packages using docker images and again, sent them to build system.
+ https://github.com/PisiLinuxNew/gonullu/archive/v1.0.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ gonullu
+
+ python3
+ python3-argparse
+ python3-colorama
+ python3-docker-py
+ python3-psutil
+ python3-requests
+ python3-six
+ python3-sip
+ python3-backports-ssl-match-hostname
+ docker
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2016-06-14
+ 1.0
+ First release
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/programming/language/python3/gonullu/translations.xml b/programming/language/python3/gonullu/translations.xml
new file mode 100644
index 0000000000..8f98c09087
--- /dev/null
+++ b/programming/language/python3/gonullu/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ gonullu
+ Gonullu uygulamasi, pisi linux dağıtımının paketlerini derlemek üzere hazırlanmıştır.
+ Uygulama docker imajlarını kullanarak, derleme sisteminin kuyruğundan bekleyen paketleri pisi paketi haline getirir ve derleme sistemine gönderir.
+
+