diff options
Diffstat (limited to 'pkg/fspec-sync')
| -rw-r--r-- | pkg/fspec-sync/gen.lua | 12 | ||||
| m--------- | pkg/fspec-sync/src | 0 | ||||
| -rw-r--r-- | pkg/fspec-sync/ver | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/pkg/fspec-sync/gen.lua b/pkg/fspec-sync/gen.lua new file mode 100644 index 00000000..6c77199d --- /dev/null +++ b/pkg/fspec-sync/gen.lua @@ -0,0 +1,12 @@ +cflags{ + '-std=c99', '-Wall', '-Wpedantic', '-Wno-maybe-uninitialized', + '-isystem $builddir/pkg/b3sum/include', +} + +lib('libcommon.a', {'fatal.c', 'parse.c', 'reallocarray.c'}) + +exe('fspec-hash', {'fspec-hash.c', 'libcommon.a', '$builddir/pkg/b3sum/libblake3.a'}, {'pkg/b3sum/headers'}) +exe('fspec-sort', {'fspec-sort.c', 'libcommon.a'}) +exe('fspec-tar', {'fspec-tar.c', 'libcommon.a'}) + +fetch 'git' diff --git a/pkg/fspec-sync/src b/pkg/fspec-sync/src new file mode 160000 +Subproject c7f2ba9d89de0eeb23595af2e8f02f22e2c3c4c diff --git a/pkg/fspec-sync/ver b/pkg/fspec-sync/ver new file mode 100644 index 00000000..f59f552c --- /dev/null +++ b/pkg/fspec-sync/ver @@ -0,0 +1 @@ +c7f2ba9d89 r0 |
