diff options
Diffstat (limited to 'pkg')
| -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 |
4 files changed, 0 insertions, 13 deletions
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 |
