dev-python/mpmath: Bump to 1.4.0_alpha4
[gentoo/gentoo.git] / sci-mathematics / planarity / planarity-3.0.2.0.ebuild
blob499d8a63eeb72f266d38f9ab6122e3af5e865d77
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DESCRIPTION="The edge addition planarity suite of graph algorithms"
7 HOMEPAGE="https://github.com/graph-algorithms/edge-addition-planarity-suite/"
9 SRC_URI="https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/download/Version_${PV}/${P}.tar.gz"
11 LICENSE="BSD"
12 SLOT="0"
13 KEYWORDS="amd64 ~riscv ~x86"
15 src_install() {
16         default
17         find "${ED}" -type f -name '*.la' -delete || die