@@ -3,43 +3,48 @@ mustach
3
3
C implementation of mustache templating
4
4
5
5
Runtime requirements:
6
- cygwin-3.5.4-1
6
+ cygwin-3.6.0-1
7
+ libcjson-devel-1.7.18-1bl1
7
8
libcjson1-1.7.18-1bl1
9
+ libjansson-devel-2.13.1-1
8
10
libjansson4-2.13.1-1
9
- libjson-c5-0.17-1
10
- libmustach1-1.2.9-1bl1
11
+ libjson-c-devel-0.18-1
12
+ libjson-c5-0.18-1
13
+ libmustach-devel-1.2.10-1bl1
14
+ libmustach1-1.2.10-1bl1
15
+ pkg-config-2.3.0-1
11
16
12
17
Build requirements:
13
18
(besides corresponding -devel packages)
14
- binutils-2.43.1 -1
19
+ binutils-2.44 -1
15
20
cygport-0.36.9-1
16
21
gcc-core-12.4.0-3
17
22
libcjson-devel-1.7.18-1bl1
18
23
libjansson-devel-2.13.1-1
19
- libjson-c-devel-0.17 -1
20
- meson-1.3 .2-1
21
- ninja-1.12.0 -1
24
+ libjson-c-devel-0.18 -1
25
+ meson-1.4 .2-1
26
+ ninja-1.12.1 -1
22
27
23
28
Canonical website:
24
29
https://gitlab.com/jobol/mustach
25
30
26
31
Canonical download:
27
- https://gitlab.com/jobol/mustach/-/archive/1.2.9 /mustach-1.2.9 .tar.bz2
32
+ https://gitlab.com/jobol/mustach/-/archive/1.2.10 /mustach-1.2.10 .tar.bz2
28
33
29
34
-------------------------------------------
30
35
31
36
Build instructions:
32
- 1. unpack mustach-1.2.9 -X-src.tar.xz
37
+ 1. unpack mustach-1.2.10 -X-src.tar.xz
33
38
2. if you use setup to install this src package,
34
39
it will be unpacked under /usr/src automatically
35
40
% cd /usr/src
36
- % cygport ./mustach-1.2.9 -X.cygport all
41
+ % cygport ./mustach-1.2.10 -X.cygport all
37
42
38
43
This will create:
39
- /usr/src/mustach-1.2.9 -X-src.tar.xz
40
- /usr/src/mustach-1.2.9 -X.tar.xz
41
- /usr/src/libmustach1-1.2.9 -X.tar.xz
42
- /usr/src/libmustach-devel-1.2.9 -X.tar.xz
44
+ /usr/src/mustach-1.2.10 -X-src.tar.xz
45
+ /usr/src/mustach-1.2.10 -X.tar.xz
46
+ /usr/src/libmustach1-1.2.10 -X.tar.xz
47
+ /usr/src/libmustach-devel-1.2.10 -X.tar.xz
43
48
44
49
-------------------------------------------
45
50
@@ -70,10 +75,14 @@ Files included in the binary package:
70
75
/usr/lib/libmustach-jansson.dll.a
71
76
/usr/lib/libmustach-json-c.dll.a
72
77
/usr/lib/libmustach.dll.a
78
+ /usr/lib/pkgconfig/mustach.pc
73
79
74
80
------------------
75
81
76
82
Port Notes:
77
83
84
+ ----- version 1.2.10-1bl1 -----
85
+ Version bump.
86
+
78
87
----- version 1.2.9-1bl1 -----
79
88
Initial release by fd0 <https://github.com/fd00/>
0 commit comments