dev-lang/lal - 9999 (mva)

Search

Install

Install this version:

emerge -a =dev-lang/lal-9999

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

autounmask =dev-lang/lal-9999

Or alternatively:

emerge --autounmask-write -a =dev-lang/lal-9999

Package Information

Description:
Session library for OpenResty implementing Secure Cookie Protocol
Homepage:
https://github.com/WeirdConstructor/lal
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=( lua5-3 )

inherit lua-single git-r3

DESCRIPTION="Session library for OpenResty implementing Secure Cookie Protocol"
HOMEPAGE="https://github.com/WeirdConstructor/lal"
EGIT_REPO_URI="https://github.com/WeirdConstructor/lal"

LICENSE="MIT"
SLOT="0"
IUSE="doc"

REQUIRED_USE="${LUA_REQUIRED_USE}"
DEPEND="${LUA_DEPS}"
RDEPEND="${DEPEND}"

DOCS=(README.md doc/.)

src_prepare() {
	sed -e "1i#!/usr/bin/env ${ELUA}" -i repl.lua
	default
}

src_install() {
	newbin repl.lua "${PN}"
	insinto "$(lua_get_lmod_dir)"
	doins "${PN}".lua
	insinto "$(lua_get_lmod_dir)/${PN}"
	doins *.lua lang util
	einstalldocs
}

USE Flags

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

Global/Standard Flags

doc

Inherited Eclasses