sci-physics/feynarts - 3.11 (science)

Search

Package Information

Description:
FeynArts renders Feynman diagrams and generates their topologies.
Homepage:
https://feynarts.de
License:
LGPL-3+

Ebuild Details

Version EAPI Keywords Slot
3.11 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN=FeynArts
MY_P=${MY_PN}-${PV}

DESCRIPTION="FeynArts renders Feynman diagrams and generates their topologies."
HOMEPAGE="https://feynarts.de"
SRC_URI="https://feynarts.de/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	sci-mathematics/mathematica
	"
DEPEND="${RDEPEND}"

src_install() {
	MMADIR=/usr/share/Mathematica/Applications
	dosym "${MY_P}" "${MMADIR}/${MY_PN}"
	dodir "${MMADIR}/${MY_P}"
	insinto ${MMADIR}
	doins -r "${S}"
}

Dependencies

DEPEND

	sci-mathematics/mathematica
	

RDEPEND

	sci-mathematics/mathematica
	

Manifest for 3.11

Type File Size Source URLs
DIST FeynArts-3.11.tar.gz 3146405 bytes https://feynarts.de/FeynArts-3.11.tar.gz