Ravenports generated: 22 Nov 2023 02:58
[ravenports.git] / bucket_4A / libversion
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libversion
4 VERSION=                3.0.3
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        Advanced version string comparison library
8 HOMEPAGE=               https://github.com/repology/libversion
9 CONTACT=                Michael_Reim[kraileth@elderlinux.org]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GITHUB/repology:libversion:3.0.3
13 DISTFILE[1]=            generated:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   cmake c++:single
21
22 LICENSE=                MIT:single
23 LICENSE_FILE=           MIT:{{WRKSRC}}/COPYING
24 LICENSE_SCHEME=         solo
25
26 FPC_EQUIVALENT=         devel/libversion
27
28 SOVERSION=              1.0.0
29
30 post-patch:
31         ${REINPLACE_CMD} -e 's|libdata/pkgconfig|lib/pkgconfig|' \
32                 ${WRKSRC}/CMakeLists.txt
33
34 post-install:
35         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/version_compare
36         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/version_sort
37         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libversion.${LIBEXT}
38
39 [FILE:333:descriptions/desc.single]
40 Need to compare software, package or whatever versions? Comparing 1.0 and 
41 1.1 could be easy, but are you ready for more complex cases like 
42 1.2-x.3~alpha4? Libversion is, which is proven by using the library in 
43 the Repology project which relies on comparing software version strings,
44 even if they are written in different formats.
45
46
47 [FILE:111:distinfo]
48 bb49d745a0c8e692007af6d928046d1ab6b9189f8dbba834cdf3c1d251c94a1d        23399 repology-libversion-3.0.3.tar.gz
49
50
51 [FILE:283:manifests/plist.single]
52 bin/
53  version_compare
54  version_sort
55 include/libversion/
56  config.h
57  export.h
58  version.h
59 lib/
60  libversion.a
61  libversion.so
62  libversion.so.%%SOMAJOR%%
63  libversion.so.%%SOVERSION%%
64 lib/cmake/libversion/
65  libversionConfig-release.cmake
66  libversionConfig.cmake
67 lib/pkgconfig/libversion.pc
68