Page MenuHomeSolus

package.yml
No OneTemporary

package.yml

name : luarocks
version : 3.9.2
release : 7
source :
- https://github.com/luarocks/luarocks/archive/refs/tags/v3.9.2.tar.gz : a0b36cd68586cd79966d0106bb2e5a4f5523327867995fd66bee4237062b3e3b
license : MIT
homepage : https://luarocks.org/
component : programming
summary : The package manager for the Lua programming language
description: |
Luarocks allows you to install Lua modules as self-contained packages called rocks, which also contain version dependency information. This information can be used both during installation, so that when one rock is requested all rocks it depends on are installed as well, and also optionally at run time, so that when a module is required, the correct version is loaded. LuaRocks supports both local and remote repositories, and multiple local rocks trees.
builddeps :
- pkgconfig(lua-5.3)
rundeps :
- lua-devel
setup : |
./configure --prefix=/usr \
--sysconfdir=/etc/luarocks \
--lua-version=5.3 \
--with-lua-include=/usr/include \
build : |
%make
install : |
%make_install

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 12:08 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5790023
Default Alt Text
package.yml (1 KB)

Event Timeline