app-doc/cantera-docs - 3.0.0 (gentoo)

Search

Package Information

Description:
Documentation API reference for Cantera package libraries
Homepage:
https://cantera.org
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
3.0.0 8 amd64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit desktop xdg

DESCRIPTION="Documentation API reference for Cantera package libraries"
HOMEPAGE="https://cantera.org"
SRC_URI="https://github.com/band-a-prend/gentoo-overlay/releases/download/ct-docs-${PV}/${P}_modified_menu.tar.xz -> ${P}.tar.xz"
S="${WORKDIR}/"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~riscv ~x86"

src_install() {
	insinto /usr/share/cantera/doc/
	doins -r "${S}/."

	make_desktop_entry "/usr/bin/xdg-open /usr/share/cantera/doc/doxygen/html/index.html" "Cantera Doxygen Documentation" "text-html" "Development"
	make_desktop_entry "/usr/bin/xdg-open /usr/share/cantera/doc/sphinx/html/index.html" "Cantera Sphinx Documentation" "text-html" "Development"
}

Manifest for 3.0.0

Type File Size Source URLs
DIST cantera-docs-3.0.0.tar.xz 6397512 bytes https://github.com/band-a-prend/gentoo-overlay/releases/download/ct-docs-3.0.0/cantera-docs-3.0.0_modified_menu.tar.xz