Patch neofetch from upstream

This commit is contained in:
Berkan Şahin
2021-04-05 22:32:51 +03:00
parent c23ff814d2
commit 249cf620fe
5 changed files with 1953 additions and 17 deletions
+1 -5
View File
@@ -1,15 +1,11 @@
#!/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
# See the file http://www.gnu.org/copyleft/gpl.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())