diff options
| author | Michael Forney <mforney@mforney.org> | 2020-06-22 01:07:27 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-06-22 23:07:47 -0700 |
| commit | e6afdebdfe8b8874eb2ecfd8bcb1c81b97966649 (patch) | |
| tree | 602a9ac2670c002d25cf6e6861eb77ac8598e27e /pkg/fspec-sync | |
| parent | b5bf3a93d83e2e72bbb05fd5c2e94e122b8435d2 (diff) | |
Add fspec-sync git
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 |
