sci-astronomy/calcmysky - 0.4.0 (gentoo)

Search

Package Information

Description:
Simulator of light scattering by planetary atmospheres
Homepage:
https://github.com/10110111/CalcMySky
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.4.0 8 amd64 ~ppc ~riscv ~x86 0/15
View Raw Ebuild
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Simulator of light scattering by planetary atmospheres"
HOMEPAGE="https://github.com/10110111/CalcMySky"
SRC_URI="
	https://github.com/10110111/CalcMySky/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"
S="${WORKDIR}/CalcMySky-${PV}"

LICENSE="GPL-2+"
# subslot is soversion
SLOT="0/15"
KEYWORDS="amd64 ~ppc ~riscv ~x86"

DEPEND="
	dev-cpp/eigen:3
	dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only]
	media-libs/glm
"
RDEPEND="${DEPEND}"

src_configure() {
	local mycmakeargs=(
		-DQT_VERSION=6
	)

	cmake_src_configure
}

Dependencies

DEPEND

	dev-cpp/eigen:3
	dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only]
	media-libs/glm

RDEPEND

	dev-cpp/eigen:3
	dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only]
	media-libs/glm

Manifest for 0.4.0

Type File Size Source URLs
DIST calcmysky-0.4.0.tar.gz 2165658 bytes https://github.com/10110111/CalcMySky/archive/refs/tags/v0.4.0.tar.gz