Ravenports generated: 15 Feb 2023 05:43
[ravenports.git] / bucket_69 / libluv
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libluv
4 VERSION=                1.44.2.1
5 KEYWORDS=               lang
6 VARIANTS=               standard
7 SDESC[standard]=        Bare libuv bindings for lua
8 HOMEPAGE=               https://github.com/luvit/luv
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main compat
12 SITES[main]=            GITHUB/luvit:luv:1.44.2-1
13 SITES[compat]=          GITHUB/keplerproject:lua-compat-5.3:bc91f40:deps/lua-compat-5.3
14 DISTFILE[1]=            generated:main
15 DISTFILE[2]=            generated:compat
16 DF_INDEX=               1 2
17 SPKGS[standard]=        single
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 BUILDRUN_DEPENDS=       libuv:single:standard
23                         luajit-openresty:single:standard
24
25 USES=                   cmake
26
27 LICENSE=                APACHE20:single
28 LICENSE_TERMS=          single:{{WRKDIR}}/TERMS
29 LICENSE_FILE=           APACHE20:{{WRKSRC}}/LICENSE.txt
30 LICENSE_AWK=            TERMS:"LUV_H"
31 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/src/luv.h
32 LICENSE_SCHEME=         solo
33
34 SOVERSION=              1.44.2
35
36 CMAKE_ARGS=             -DWITH_SHARED_LIBUV:BOOL=ON
37                         -DBUILD_MODULE:BOOL=OFF
38                         -DBUILD_SHARED_LIBS:BOOL=ON
39                         -DWITH_LUA_ENGINE=LuaJIT
40                         -DLUA_BUILD_TYPE=System
41                         -DLUA_COMPAT53_DIR=deps/lua-compat-5.3
42
43 post-install:
44         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libluv.so
45
46 [FILE:426:descriptions/desc.single]
47 The luv library is libuv bindings for luajit and lua 5.1/ 5.2/ 5.3.
48
49 This library makes libuv available to lua scripts. It was made for the
50 luvit project but should usable from nearly any lua project.
51
52 The library can be used by multiple threads at once. Each thread is
53 assumed to load the library from a different lua_State. Luv will create
54 a unique uv_loop_t for each state. You can't share uv handles between
55 states/loops.
56
57
58 [FILE:226:distinfo]
59 f8c69908e17ec8ab370253d1508e23deaecfc0c4752d2efb77e427e579501104       124287 luvit-luv-1.44.2-1.tar.gz
60 30d559fadf00983f90aa52011c934def8f7540ffaa3973d9237f154ceea8413e        51289 keplerproject-lua-compat-5.3-bc91f40.tar.gz
61
62
63 [FILE:135:manifests/plist.single]
64 include/luv/
65  luv.h
66  util.h
67  lhandle.h
68  lreq.h
69 lib/pkgconfig/libluv.pc
70 lib/
71  libluv.so.%%SOMAJOR%%
72  libluv.so.%%SOVERSION%%
73  libluv.so
74