1
0
Fork 0

sci-biology/nvcz_preprocessed: new package, add 1.0.0

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-10-07 14:08:46 -04:00
parent 2fa1dc3fec
commit bdc9ba3d27
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST nvcz_preprocessed-1.0.0.tar.xz 16451072396 BLAKE2B 6fe026b8b3ee97fab5a40c5b1f080eb401fb2e876ef788fff1840b9d54dae50738264c8d346cb0d0ae44e6648003f9251757eb2ccdbee0e998acfc45e77a929e SHA512 d8c112ad904cae905b97e9aeb35c37db1c4c4eebb4272935e4b036ed422ac09512e0975114993d6e7e72f3ddf6b8de9022e28460c132691a0cbee7149e7da13f

View File

@ -0,0 +1,12 @@
<?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>
</pkgmetadata>

View File

@ -0,0 +1,23 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="SAMRI-preprocessed data in BIDS fromat from the NVCZ study"
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 *
}