1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
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"
13 KEYWORDS="amd64 ~riscv ~x86"
17 find "${ED}" -type f -name '*.la' -delete || die