Ravenports generated: 11 Apr 2020 21:29
[ravenports.git] / bucket_4A / libversion
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libversion
4 VERSION=                3.0.1
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.1
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 2b4ac5a6aa84a6b1795d9194c260517b709c9723d020ca61d9030ad2cfd7ea57        23143 repology-libversion-3.0.1.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