Skip to content

rattler-build generate-recipe luarocks#

Generate a recipe for a Lua package from LuaRocks

Usage#

rattler-build generate-recipe luarocks [OPTIONS] <ROCK>

Arguments#

  • <ROCK>
    Luarocks package to generate recipe for. Can be specified as: - module (fetches latest version) - module/version - author/module/version - Direct rockspec URL
    required: true

Options#