mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
minisign: Add recipe
Dead-simple Ed25519 file signing tool. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "A dead simple tool to sign files and verify digital signatures."
|
||||
DESCRIPTION = "Minisign is a dead simple tool to sign files and verify signatures. It is portable, lightweight, and uses the highly secure Ed25519 public-key signature system. Signature written by minisign can be verified using OpenBSD's signify tool: public key files and signature files are compatible."
|
||||
HOMEPAGE = "https://jedisct1.github.io/minisign/"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0ae5258ce978a2a6df50571a88687b53"
|
||||
|
||||
DEPENDS = "libsodium"
|
||||
|
||||
SRC_URI = "git://github.com/jedisct1/minisign.git;protocol=https;branch=master;tag=${PV}"
|
||||
SRCREV = "b85e15d45ac9eab34e44596fd309f5b07db9545c"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
EXTRA_OECMAKE = "-DCMAKE_STRIP=''"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user