]> git.ipfire.org Git - ipfire-3.x.git/blame - jose/jose.nm
krb5: Change /var/kerberos to /var/lib/kerberos
[ipfire-3.x.git] / jose / jose.nm
CommitLineData
2c9aa033
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = jose
7version = 11
8release = 1
9
10groups = System/Libraries
11url = https://github.com/latchset/jose
12license = ASL 2.0
13summary = Tools for JSON Object Signing and Encryption (JOSE).
14
15description
16 Jose is a command line utility for performing various tasks on JSON
17 Object Signing and Encryption (JOSE) objects. Jose provides a full
18 crypto stack including key generation, signing and encryption.
19end
20
21source_dl = https://github.com/latchset/%{name}/releases/download/v%{version}/
22sources = %{thisapp}.tar.xz
23
24build
25 requires
26 ninja
27 meson
28 asciidoc
29 jansson-devel
30 openssl-devel
31 zlib-devel
32 end
33
34 build
35 %{meson}
36
37 %{meson_build}
38 end
39
40 test
41 %{meson_test}
42 end
43
44 install
45 %{meson_install}
46 end
47end
48
49packages
50 package %{name}
51
52 package %{name}-libs
53 template LIBS
54 end
55
56 package %{name}-devel
57 template DEVEL
58 end
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
63end