Neofetch for Pisi Linux

Pisi Linux recognition developed by: @berkan-sahin
This commit is contained in:
Berk Çakar
2021-04-05 18:18:11 +03:00
committed by GitHub
parent 49099b115b
commit c23ff814d2
3 changed files with 55 additions and 0 deletions
+16
View File
@@ -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())
+32
View File
@@ -0,0 +1,32 @@
<PISI>
<Source>
<Name>neofetch</Name>
<Homepage>https://github.com/berkan-sahin/neofetch</Homepage>
<Packager>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>util.misc</PartOf>
<Summary>Hızlı, özelleştirilebilir sistem bilgisi betiği</Summary>
<Description>Hızlı, özelleştirilebilir sistem bilgisi betiği</Description>
<Archive type="zip" sha1sum="1394e3566bcf81f3e096bd09ed2e7be82aba8c6a">https://github.com/berkan-sahin/neofetch/archive/refs/tags/v1.0.zip</Archive>
</Source>
<Package>
<Name>neofetch</Name>
<Summary>Hızlı, özelleştirilebilir sistem bilgisi betiği</Summary>
<Files>
<Path fileType="executable">/usr/bin/neofetch</Path>
<Path fileType="doc">/usr/share/*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-04-05</Date>
<Version>7.1.0</Version>
<Comment>Pisi Linux için ilk Neofetch sürümü</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
</History>
</PISI>
+7
View File
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>neofetch</Name>
<Summary xml:lang="en">A fast, highly customizable system info script.</Summary>
<Description xml:lang="en">A fast, highly customizable system info script.</Description>
</Source>
</PISI>