This commit is contained in:
Rmys
2026-02-21 11:52:38 +03:00
committed by GitHub
parent 90d4d30222
commit 6377ad4dc5
+8 -2
View File
@@ -1,12 +1,18 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 2
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import mesontools, pisitools
from pisi.actionsapi import mesontools, pisitools, shelltools, get
import os
def setup():
shelltools.cd("subprojects")
shelltools.system("git clone https://gitlab.gnome.org/GNOME/libgd.git")
shelltools.cd("..")
mesontools.configure()
def build():