pisido:moved into main

This commit is contained in:
2015-09-06 16:32:58 +03:00
parent 3d1574f7a1
commit c577dc2ffb
3 changed files with 127 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import qt5
def setup():
qt5.configure()
def build():
qt5.make()
def install():
qt5.install()
pisitools.dodoc("LICENSE", "LISANS", "OKUBUNU", "README")
# By PiSiDo 2.2.1
# By PiSiDo 2.3.0