# Copyright 2026 Aubrey
# Distributed under the terms of the BSD-2-Clause License

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="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND=""
DEPEND="${RDEPEND}"
BDEPEND=""

src_compile() {
	emake
}

src_install() {
	emake PREFIX="${D}/usr" install
}