games-misc/lavat - 3.0.0 (headspace)

Search

Install

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

Package Information

Description:
Lava lamp simulation using metaballs in the terminal
Homepage:
https://github.com/AngelJumbo/lavat
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
3.0.0 8 ~amd64 0
View Raw Ebuild
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
}

Manifest for 3.0.0

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