| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.11 | 8 | ~amd64 | 0 |
# 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}"
}
sci-mathematics/mathematica
sci-mathematics/mathematica
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | FeynArts-3.11.tar.gz | 3146405 bytes | https://feynarts.de/FeynArts-3.11.tar.gz |