media-libs/libfec: correct license
[sgilles-overlay.git] / sci-mathematics / clav / clav-1.1.ebuild
blob830fa2edf6c261dc851d3b3e1aed5aa9ddce20d6
1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit git-r3
8 DESCRIPTION="Clav is a program to visualize cluster algebras as quivers"
9 HOMEPAGE="http://www.math.umd.edu/~sgilles"
10 EGIT_REPO_URI="https://repo.or.cz/clav.git"
11 if [[ ${PV} == 9999 ]]
12 then
13         :
14 else
15         EGIT_COMMIT="v${PV}"
16         KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 amd64-fbsd x86-fbsd"
19 LICENSE="ISC"
20 SLOT="0"
21 RDEPEND=">=media-libs/sdl2-ttf-2.0.0 media-libs/libsdl2 media-fonts/dejavu"