Install this version:
emerge -a =app-misc/astroterm-1.0.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/astroterm-1.0.9
Or alternatively:
emerge --autounmask-write -a =app-misc/astroterm-1.0.9
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.9 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="A planetarium for your terminal!"
HOMEPAGE="https://github.com/da-luce/astroterm"
SRC_URI="
https://github.com/da-luce/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://web.archive.org/web/20231007085824if_/http://tdc-www.harvard.edu/catalogs/BSC5 -> bsc5
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/argtable
"
BDEPEND="
|| ( dev-util/xxd app-editors/vim-core dev-util/tinyxxd[xxd] )
"
src_prepare() {
default
cp "${DISTDIR}/bsc5" "${S}/data" || die
cp -r "${S}/scripts" "${WORKDIR}/scripts" || die
}
src_compile() {
meson_src_compile
}
src_install() {
meson_src_install
}
dev-libs/argtable
|| ( dev-util/xxd app-editors/vim-core dev-util/tinyxxd[xxd] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | astroterm-1.0.9.tar.gz | 20467780 bytes | https://github.com/da-luce/astroterm/archive/refs/tags/v1.0.9.tar.gz |
| DIST | bsc5 | 291548 bytes | https://web.archive.org/web/20231007085824if_/http://tdc-www.harvard.edu/catalogs/BSC5 |