1
0
Fork 0

sci-biology/nvcz_data: new ebuild ahead of Gentoo Science

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2019-11-27 00:20:26 +01:00
parent a91802ccab
commit 7dd8956de0
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,4 @@
*samri_bindata-0.3 (17 Oct 2019)
17 Oct 2019; <chymera@gentoo.org> +metadata.xml, +samri_bindata-0.3.ebuild:
sci-biology/samri_bindata: version bump ahead of Gentoo Science

View File

@ -0,0 +1 @@
DIST nvcz_data-0.1.tar.xz 1634626696 SHA256 995a5cdffbcdc975ca95baea3e637a306ac6839a687e040ef7dd020c5a082674 SHA512 e16cc16c718237a97c0c7f05acea2e0b0a511cb3826cac50af2cd67ea59ebfd0a8646961ebe3cbceafea3607cc1c65ae89c32b49c5647f58007033f42d0eb37c WHIRLPOOL 846b7c05417f10c658c7de9be3afa88fcf666227ad96ff2e7f3f3510aa097bf3435ef6633aa4fb0003e72b6fb3cf8c77a3b90a61f0e5c089ea22091a15e0e0e1

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>chr@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Bruker raw data and BIDS data (recomputed from AFNI HEAD/BRIK files)
from mouse fMRI and optical recordings during hindpaw stimulation.
</longdescription>
</pkgmetadata>

View File

@ -0,0 +1,23 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Bruker and BIDS data from neurovascular coupling experiments"
HOMEPAGE="https://gitlab.com/Chymera/nvcz"
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 *
}