public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] jose: New package
@ 2023-02-20 14:01 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2023-02-20 14:01 UTC (permalink / raw)
  To: development

[-- 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-20 14:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20 14:01 [PATCH] jose: New package Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox