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())