mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
20 lines
401 B
Bash
20 lines
401 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit octaveforge
|
|
|
|
DESCRIPTION="Additional statistics functions for Octave"
|
|
HOMEPAGE="https://octave.sourceforge.io/statistics/index.html"
|
|
|
|
LICENSE="GPL-3+ public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
DEPEND="
|
|
>=dev-octave/io-1.0.18
|
|
>=sci-mathematics/octave-4.0.0
|
|
"
|
|
RDEPEND="${DEPEND}"
|