diff --git a/util/misc/neofetch/actions.py b/util/misc/neofetch/actions.py
new file mode 100644
index 0000000000..898b1b4d3a
--- /dev/null
+++ b/util/misc/neofetch/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
diff --git a/util/misc/neofetch/pspec.xml b/util/misc/neofetch/pspec.xml
new file mode 100644
index 0000000000..632fa741c5
--- /dev/null
+++ b/util/misc/neofetch/pspec.xml
@@ -0,0 +1,32 @@
+
+
+ neofetch
+ https://github.com/berkan-sahin/neofetch
+
+ Berk Çakar
+ berk2238@hotmail.com
+
+ MIT
+ util.misc
+ Hızlı, özelleştirilebilir sistem bilgisi betiği
+ Hızlı, özelleştirilebilir sistem bilgisi betiği
+ https://github.com/berkan-sahin/neofetch/archive/refs/tags/v1.0.zip
+
+
+ neofetch
+ Hızlı, özelleştirilebilir sistem bilgisi betiği
+
+ /usr/bin/neofetch
+ /usr/share/*
+
+
+
+
+ 2021-04-05
+ 7.1.0
+ Pisi Linux için ilk Neofetch sürümü
+ Berk Çakar
+ berk2238@hotmail.com
+
+
+
diff --git a/util/misc/neofetch/translations.xml b/util/misc/neofetch/translations.xml
new file mode 100644
index 0000000000..4b05235027
--- /dev/null
+++ b/util/misc/neofetch/translations.xml
@@ -0,0 +1,7 @@
+
+
+ neofetch
+ A fast, highly customizable system info script.
+ A fast, highly customizable system info script.
+
+