commit: ef0be902e9859206b08a5ca3808520fa05587dd4 Author: Horea Christian <horea.christ <AT> yandex <DOT> com> AuthorDate: Tue Dec 11 14:12:03 2018 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Tue Dec 11 14:12:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ef0be902
sci-biology/samri_bidsdata: version bump Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Horea Christian <horea.christ <AT> yandex.com> .../samri_bidsdata/samri_bidsdata-0.2.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sci-biology/samri_bidsdata/samri_bidsdata-0.2.ebuild b/sci-biology/samri_bidsdata/samri_bidsdata-0.2.ebuild new file mode 100644 index 000000000..9ab76ec84 --- /dev/null +++ b/sci-biology/samri_bidsdata/samri_bidsdata-0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="BIDS-formatted example mouse brain data for SAMRI." +HOMEPAGE="https://github.com/IBT-FMI/SAMRI" +SRC_URI="http://chymera.eu/distfiles/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="" + +src_install() { + insinto "/usr/share/${PN}" + doins -r * +} + +S=${WORKDIR}/${PN}
