new package and package move

This commit is contained in:
Erkan IŞIK
2026-07-11 23:49:28 +03:00
parent 6083827a02
commit 15982225e9
41 changed files with 113 additions and 33 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("pwd")
shelltools.system("ar xf uhapsigner_%s_amd64.deb" % get.srcVERSION())
shelltools.system("tar xf data.tar.xz")
def build():
pass
def install():
pisitools.insinto("/usr", "usr/*")