linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
commit f84608adcd418e405c0b4422e92ebb04c658e312 parent 6bc07eb85fc5942b879ce8b5a3acba02ea752fea Author: Jul <jul@9o.is> Date: Thu, 28 Aug 2025 20:47:59 +0800 add pax Diffstat:
| M | .gitmodules | | | 4 | ++++ |
| M | gen.sh | | | 1 | + |
| A | pkg/pax/gen.sh | | | 15 | +++++++++++++++ |
| A | pkg/pax/repo | | | 1 | + |
| A | pkg/pax/version | | | 3 | +++ |
5 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -62,3 +62,7 @@ path = pkg/awk/repo url = https://github.com/onetrueawk/awk ignore = all +[submodule "pax"] + path = pkg/pax/repo + url = https://git.sr.ht/~mcf/pax + ignore = all diff --git a/gen.sh b/gen.sh @@ -26,6 +26,7 @@ subgen pkg/less subgen pkg/mandoc subgen pkg/netbsd-curses subgen pkg/oksh +subgen pkg/pax subgen pkg/sbase subgen pkg/zlib subgen pkg/zstd diff --git a/pkg/pax/gen.sh b/pkg/pax/gen.sh @@ -0,0 +1,15 @@ +cflags " + -std=c99 + -Wno-sign-compare + -Wno-unused-parameter + -Wno-format-truncation + -Wno-type-limits +" + +host() { + cflags -D _GNU_SOURCE + exe pax pax.c +} + +exe pax pax.c +bin pax diff --git a/pkg/pax/repo b/pkg/pax/repo @@ -0,0 +1 @@ +Subproject commit 95d26ab249422d86bcbb3a3dda6bb41006bdc8d3 diff --git a/pkg/pax/version b/pkg/pax/version @@ -0,0 +1,3 @@ +method=git +ref=95d26ab +rel=0