Neofetch for Pisi Linux
Pisi Linux recognition developed by: @berkan-sahin
This commit is contained in:
@@ -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())
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user