From c23ff814d27805e7df7ad1abd7836573b4b0ba29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berk=20=C3=87akar?= Date: Mon, 5 Apr 2021 18:18:11 +0300 Subject: [PATCH] Neofetch for Pisi Linux Pisi Linux recognition developed by: @berkan-sahin --- util/misc/neofetch/actions.py | 16 +++++++++++++++ util/misc/neofetch/pspec.xml | 32 +++++++++++++++++++++++++++++ util/misc/neofetch/translations.xml | 7 +++++++ 3 files changed, 55 insertions(+) create mode 100644 util/misc/neofetch/actions.py create mode 100644 util/misc/neofetch/pspec.xml create mode 100644 util/misc/neofetch/translations.xml 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. + +