From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] jose: New package
Date: Mon, 20 Feb 2023 15:01:42 +0100 [thread overview]
Message-ID: <20230220140142.6830-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1739 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
jose/jose.nm | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
create mode 100644 jose/jose.nm
diff --git a/jose/jose.nm b/jose/jose.nm
new file mode 100644
index 000000000..d5eea5194
--- /dev/null
+++ b/jose/jose.nm
@@ -0,0 +1,63 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = jose
+version = 11
+release = 1
+
+groups = System/Libraries
+url = https://github.com/latchset/jose
+license = ASL 2.0
+summary = Tools for JSON Object Signing and Encryption (JOSE).
+
+description
+ Jose is a command line utility for performing various tasks on JSON
+ Object Signing and Encryption (JOSE) objects. Jose provides a full
+ crypto stack including key generation, signing and encryption.
+end
+
+source_dl = https://github.com/latchset/%{name}/releases/download/v%{version}/
+sources = %{thisapp}.tar.xz
+
+build
+ requires
+ ninja
+ meson
+ asciidoc
+ jansson-devel
+ openssl-devel
+ zlib-devel
+ end
+
+ build
+ %{meson}
+
+ %{meson_build}
+ end
+
+ test
+ %{meson_test}
+ end
+
+ install
+ %{meson_install}
+ end
+end
+
+packages
+ package %{name}
+
+ package %{name}-libs
+ template LIBS
+ end
+
+ package %{name}-devel
+ template DEVEL
+ end
+
+ package %{name}-debuginfo
+ template DEBUGINFO
+ end
+end
--
2.30.2
reply other threads:[~2023-02-20 14:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230220140142.6830-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox