diff options
| author | Michael Forney <mforney@mforney.org> | 2020-04-14 20:29:45 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-04-14 20:29:45 -0700 |
| commit | bc3e4c6a5134164004ea1048e171e17bde44c58d (patch) | |
| tree | 9d47a40ed8b95ba183d5245a66dec1408df59c84 /pkg/monocypher/gen.lua | |
| parent | 01f543064ebecd8f70ce0437df48debad2dbd354 (diff) | |
Remove monocypher
It isn't used by anything.
Diffstat (limited to 'pkg/monocypher/gen.lua')
| -rw-r--r-- | pkg/monocypher/gen.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pkg/monocypher/gen.lua b/pkg/monocypher/gen.lua deleted file mode 100644 index 3bb7a65c..00000000 --- a/pkg/monocypher/gen.lua +++ /dev/null @@ -1,11 +0,0 @@ -cflags{'-std=c99', '-Wall', '-Wextra', '-Wpedantic'} - -pkg.hdrs = { - copy('$outdir/include', '$srcdir/src', {'monocypher.h'}), - install=true, -} - -lib('libmonocypher.a', {'src/monocypher.c'}) -file('lib/libmonocypher.a', '644', '$outdir/libmonocypher.a') - -fetch 'git' |
