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 | |
| parent | 01f543064ebecd8f70ce0437df48debad2dbd354 (diff) | |
Remove monocypher
It isn't used by anything.
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | pkg/gen.lua | 1 | ||||
| -rw-r--r-- | pkg/monocypher/gen.lua | 11 | ||||
| m--------- | pkg/monocypher/src | 0 | ||||
| -rw-r--r-- | pkg/monocypher/ver | 1 |
5 files changed, 0 insertions, 16 deletions
diff --git a/.gitmodules b/.gitmodules index 45245bbd..2880e22d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -160,9 +160,6 @@ [submodule "pkg/mc/src"] path = pkg/mc/src url = https://github.com/oridb/mc -[submodule "pkg/monocypher/src"] - path = pkg/monocypher/src - url = https://github.com/LoupVaillant/Monocypher [submodule "pkg/mpv/src"] path = pkg/mpv/src url = https://github.com/mpv-player/mpv diff --git a/pkg/gen.lua b/pkg/gen.lua index 1f5da262..9fc50809 100644 --- a/pkg/gen.lua +++ b/pkg/gen.lua @@ -64,7 +64,6 @@ subgen 'make' subgen 'man-pages-posix' subgen 'mandoc' subgen 'mc' -subgen 'monocypher' subgen 'mpv' subgen 'msmtp' subgen 'mtdev' 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' diff --git a/pkg/monocypher/src b/pkg/monocypher/src deleted file mode 160000 -Subproject ff334e288a667c5cd8500c04d1e2ebd601b9f21 diff --git a/pkg/monocypher/ver b/pkg/monocypher/ver deleted file mode 100644 index ffec3b07..00000000 --- a/pkg/monocypher/ver +++ /dev/null @@ -1 +0,0 @@ -3.0.0 r0 |
