Install this version:
emerge -a =dev-util/fnlfmt-0.3.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/fnlfmt-0.3.2
Or alternatively:
emerge --autounmask-write -a =dev-util/fnlfmt-0.3.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.2 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
LUA_COMPAT=( lua5-1 luajit lua5-{3..4} )
inherit lua-single
DESCRIPTION="A formatter for Fennel code"
HOMEPAGE="https://git.sr.ht/~technomancy/fnlfmt"
SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${LUA_REQUIRED_USE}"
RESTRICT="test"
DEPEND="${LUA_DEPS}"
RDEPEND="${DEPEND}"
src_compile() {
emake LUA="${ELUA}"
}
src_install() {
emake LUA="${ELUA}" DESTDIR="${ED}" PREFIX="/usr" install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fnlfmt-0.3.2.tar.gz | 130528 bytes | https://git.sr.ht/~technomancy/fnlfmt/archive/0.3.2.tar.gz |