############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### 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