Install this version:
emerge -a =games-misc/lavat-3.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-misc/lavat-3.0.0
Or alternatively:
emerge --autounmask-write -a =games-misc/lavat-3.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.0.0 | 8 | ~amd64 | 0 |
EAPI=8
DESCRIPTION="Lava lamp simulation using metaballs in the terminal"
HOMEPAGE="https://github.com/AngelJumbo/lavat"
SRC_URI="https://github.com/AngelJumbo/lavat/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
DEPEND="${RDEPEND}"
BDEPEND=""
src_compile() {
emake
}
src_install() {
emake PREFIX="${D}/usr" install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lavat-3.0.0.tar.gz | 28795 bytes | https://github.com/AngelJumbo/lavat/archive/refs/tags/v3.0.0.tar.gz |