Skip to content

Commit

Permalink
main/xbps: remove void repos/keys and kyua tests
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Sep 30, 2024
1 parent b5f59e9 commit e75d87f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion main/xbps/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "xbps"
pkgver = "0.59.2"
pkgrel = 1
pkgrel = 2
build_style = "configure"
configure_args = [
"--prefix=/usr",
Expand All @@ -17,6 +17,8 @@
url = "https://github.com/void-linux/xbps"
source = f"{url}/archive/{pkgver}.tar.gz"
sha256 = "a6607e83fcd654a0ae846d729e43fefd8da9a61323e91430f884caf895b4f59b"
# one bashcomp for all
options = ["!lintcomp"]


def init_check(self):
Expand All @@ -26,6 +28,11 @@ def init_check(self):
def post_install(self):
self.install_license("LICENSE")
self.install_license("LICENSE.3RDPARTY")
# lol kyua
self.uninstall("usr/tests")
# this xpbs is only for xbps-src and bootstrapping
self.uninstall("usr/share/xbps.d")
self.uninstall("var/db/xbps")


@subpackage("xbps-devel")
Expand Down

0 comments on commit e75d87f

Please sign in to comment.