diff options
| author | Michael Forney <mforney@mforney.org> | 2022-11-25 19:57:23 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-11-27 14:10:14 -0800 |
| commit | 33004f86c1efc7ca3cd45cc2194e12fe3cd37e2e (patch) | |
| tree | e57c69530931663eeb7049c68fcc63c2d4347bb6 /pkg | |
| parent | 0357aa47b64720f9cd4b74cc5891f4ff5d9ca74b (diff) | |
Add WIP pax (unused for now)
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/gen.lua | 1 | ||||
| -rw-r--r-- | pkg/pax/gen.lua | 9 | ||||
| m--------- | pkg/pax/src | 0 | ||||
| -rw-r--r-- | pkg/pax/ver | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/pkg/gen.lua b/pkg/gen.lua index 107fd111..fdf1491d 100644 --- a/pkg/gen.lua +++ b/pkg/gen.lua @@ -86,6 +86,7 @@ subgen 'openbsd' subgen 'openntpd' subgen 'openssh' subgen 'opus' +subgen 'pax' subgen 'pciutils' subgen 'pcre' subgen 'perp' diff --git a/pkg/pax/gen.lua b/pkg/pax/gen.lua new file mode 100644 index 00000000..56569eea --- /dev/null +++ b/pkg/pax/gen.lua @@ -0,0 +1,9 @@ +cflags{'-std=c99', '-Wall', '-Wpedantic'} + +exe('pax', {'pax.c'}) + +sub('host.ninja', function() + set('outdir', '$outdir/host') + toolchain(config.host) + exe('pax', {'pax.c'}) +end) diff --git a/pkg/pax/src b/pkg/pax/src new file mode 160000 +Subproject 0a39a2f0094482f24ae7caaee52ca23f5d27d88 diff --git a/pkg/pax/ver b/pkg/pax/ver new file mode 100644 index 00000000..32ed9cd5 --- /dev/null +++ b/pkg/pax/ver @@ -0,0 +1 @@ +0a39a2f009 r0 |
