From bc3e4c6a5134164004ea1048e171e17bde44c58d Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 14 Apr 2020 20:29:45 -0700 Subject: Remove monocypher It isn't used by anything. --- pkg/gen.lua | 1 - pkg/monocypher/gen.lua | 11 ----------- pkg/monocypher/src | 1 - pkg/monocypher/ver | 1 - 4 files changed, 14 deletions(-) delete mode 100644 pkg/monocypher/gen.lua delete mode 160000 pkg/monocypher/src delete mode 100644 pkg/monocypher/ver (limited to 'pkg') 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 index ff334e28..00000000 --- a/pkg/monocypher/src +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ff334e288a667c5cd8500c04d1e2ebd601b9f215 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 -- cgit v1.2.3