@@ -7,11 +7,16 @@
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
|
||||
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
shelltools.system("python3 setup.py build")
|
||||
mesontools.build()
|
||||
|
||||
def check():
|
||||
pass
|
||||
@@ -20,6 +25,6 @@ def check():
|
||||
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<Description>Persepolis is a Download Manager and a GUI For aria2.</Description>
|
||||
<Archive sha1sum="3cce2fcf547dc31132e3379d7a6c73201d3f2d73" type="targz">https://github.com/persepolisdm/persepolis/archive/refs/tags/5.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>aria2-devel</Dependency>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
|
||||
Reference in New Issue
Block a user