libqaccessibilityclient new package

This commit is contained in:
Rmys
2021-10-15 16:30:14 +03:00
parent 594489dfca
commit 1a65e1a2b4
7 changed files with 2443 additions and 1270 deletions
@@ -0,0 +1,19 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")