new pacgages for thunderbolt: bolt, plasma-thunderbolt

This commit is contained in:
suvari
2025-07-13 15:08:25 +03:00
parent 2196f7b64e
commit 166c0643ed
10 changed files with 1789 additions and 921 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/licenses/gpl.txt
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
mesontools.configure("-Dsystemd=false")
def build():
mesontools.build()
def check():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("COPYING", "README.md")