dev-lua/lua-feeds - 9999 (mva)

Search

Install

Install this version:

emerge -a =dev-lua/lua-feeds-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lua/lua-feeds-9999

Or alternatively:

emerge --autounmask-write -a =dev-lua/lua-feeds-9999

Package Information

Description:
Lua feeds parsing library
Homepage:
https://code.matthewwild.co.uk/lua-feeds
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8
LUA_COMPAT=( lua{5-{1..4},jit} )

inherit lua mercurial

DESCRIPTION="Lua feeds parsing library"
HOMEPAGE="https://code.matthewwild.co.uk/lua-feeds"
EHG_REPO_URI="https://code.matthewwild.co.uk/lua-feeds"

LICENSE="MIT"
SLOT="0"
IUSE="examples"
REQUIRED_USE="${LUA_REQUIRED_USE}"
RDEPEND="${LUA_DEPS}"
DEPEND="${RDEPEND}"
BDEPEND="dev-lua/squish"

each_lua_compile() {
	squish
}

each_lua_install() {
	insinto "$(lua_get_lmod_dir)"
	newins feeds{.min,}.lua
}

src_compile() {
	lua_foreach_impl each_lua_compile
}

src_install() {
	lua_foreach_impl each_lua_install
	if use examples; then
		mkdir -p examples
		mv demo.lua demo_string.lua examples
		DOCS=(examples)
		docompress -x "/usr/share/doc/${PF}/examples"
	fi
	einstalldocs
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-lua/lua-feeds | euse -E <flag> -p dev-lua/lua-feeds | euse -D <flag> -p dev-lua/lua-feeds

Global/Standard Flags

Inherited Eclasses

lua

Dependencies

BDEPEND

dev-lua/squish