sci-biology/nvcz_data: new package, add 0.2
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
786c56414d
commit
69495c26a1
1
sci-biology/nvcz_data/Manifest
Normal file
1
sci-biology/nvcz_data/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST nvcz_data-0.2.tar.xz 1588276256 BLAKE2B 7a11b77545a3725d47c8476ea1a1a5c310e0b773d44ac527a98891a974adcea6a37722f47f192b099048da1680fdb1b7fe7840c3dbae5f2a95a8330554403cd9 SHA512 6193354451be5fa04d473c06396c1cd1eda2cc14484c20a2aff626aaa02d6ebfbaf49ea12fdaf0d14c02f02e4a77ac383e1b396c006ee90c2e5d34b9f0c34889
|
16
sci-biology/nvcz_data/metadata.xml
Normal file
16
sci-biology/nvcz_data/metadata.xml
Normal 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>
|
23
sci-biology/nvcz_data/nvcz_data-0.2.ebuild
Normal file
23
sci-biology/nvcz_data/nvcz_data-0.2.ebuild
Normal 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://resources.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 *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user