finally skip perl & openssl docs

This commit is contained in:
2026-02-21 18:39:02 +01:00
parent 917ffadc6a
commit 2113e5155b
5 changed files with 52 additions and 4 deletions

14
packages/mkp224o.shrap Normal file
View File

@@ -0,0 +1,14 @@
(package
(name "mkp224o")
(version "1.7.0")
(homepage "https://github.com/cathugger/mkp224o")
(dependencies libsodium)
(src (tar
(url "https://github.com/cathugger/mkp224o/releases/download/v1.7.0/mkp224o-1.7.0-src.tar.gz")
(dir "mkp224o-1.7.0")
(blake3 "a3f2a27c57a623cb67de62b52808a76005891f000295c7267506f448f3d32622")))
(build
(configure_make
(configure_flags "--enable-amd64-64-24k --enable-intfilter")
(do_install no))
(shell "mv -v mkp224o /usr/bin/")))