diff options
Diffstat (limited to 'sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild')
-rw-r--r-- | sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild b/sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild new file mode 100644 index 000000000000..58c9923f0977 --- /dev/null +++ b/sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN=Data-Sample + +DESCRIPTION="COIN-OR Sample models" +HOMEPAGE="https://github.com/coin-or-tools/Data-Sample/" +SRC_URI="https://github.com/coin-or-tools/${MY_PN}/archive/releases/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="EPL-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +S="${WORKDIR}/${MY_PN}-releases-${PV}" |