gentoo/dev-cpp/metslib/metslib-0.5.3.ebuild
Sam James 8a4ad3ffc6
dev-cpp/metslib: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
2021-04-19 20:11:51 +01:00

15 lines
393 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Metaheuristic modeling framework and optimization toolkit"
HOMEPAGE="https://projects.coin-or.org/metslib"
SRC_URI="http://www.coin-or.org/download/source/metslib/${P}.tgz"
LICENSE="|| ( GPL-3 CPL-1.0 )"
SLOT="0"
KEYWORDS="~amd64 ~arm"
DOCS=( AUTHORS NEWS README )