sci-biology/bids-schema: new package
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
9997ccc0d0
commit
42530e0ac8
6
sci-biology/bids-schema/ChangeLog
Normal file
6
sci-biology/bids-schema/ChangeLog
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
*bids-schema-1.6.0 (05 Jan 2022)
|
||||||
|
*bids-schema-9999 (05 Jan 2022)
|
||||||
|
|
||||||
|
05 Jan 2022; <chymera@gentoo.org> +bids-schema-1.6.0.ebuild,
|
||||||
|
+bids-schema-9999.ebuild, +metadata.xml:
|
||||||
|
sci-biology/bids-schema: new package
|
1
sci-biology/bids-schema/Manifest
Normal file
1
sci-biology/bids-schema/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST bids-specification-1.6.0.tar.gz 4749495 SHA256 c1971bf3df7dbadfcfc87a62e27f70c9612e461961355bb48e3af66a55d2aa78 SHA512 ecd2474753d0469479f2f9057925dd627282ac0c0e831aec576f121f37a8850448b00c5a962b1b579fe0673adf30f6280b3d225244cfe724c6d309a8cf1a03f5 WHIRLPOOL c295b7b63db6a5ed1874f7c2f4ffe1d843eb02368b0c5b1bc6ad0ca7afcbda77fd360d83daa7a926bdc2b60f5e5f5e42cbb30a8022f36eeedf67bfdccc1364cd
|
28
sci-biology/bids-schema/bids-schema-1.6.0.ebuild
Normal file
28
sci-biology/bids-schema/bids-schema-1.6.0.ebuild
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
MY_PN="bids-specification"
|
||||||
|
MY_P="${MY_PN}-${PV}"
|
||||||
|
|
||||||
|
DESCRIPTION="Official YAML schema for BIDS specification"
|
||||||
|
HOMEPAGE="https://github.com/bids-standard/bids-specification"
|
||||||
|
SRC_URI="https://github.com/bids-standard/bids-specification/archive/refs/tags/v${PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="CC-BY-SA-4.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
|
|
||||||
|
RDEPEND=""
|
||||||
|
DEPEND=""
|
||||||
|
|
||||||
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto "/usr/share/${PN}"
|
||||||
|
cd src/schema
|
||||||
|
ls
|
||||||
|
die
|
||||||
|
doins -r src/schema/
|
||||||
|
}
|
26
sci-biology/bids-schema/bids-schema-9999.ebuild
Normal file
26
sci-biology/bids-schema/bids-schema-9999.ebuild
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit git-r3
|
||||||
|
|
||||||
|
MY_PN="bids-specification"
|
||||||
|
MY_P="${MY_PN}-${PV}"
|
||||||
|
|
||||||
|
DESCRIPTION="Official YAML schema for BIDS specification"
|
||||||
|
HOMEPAGE="https://github.com/bids-standard/bids-specification"
|
||||||
|
#SRC_URI="https://github.com/bids-standard/bids-specification/archive/refs/tags/v${PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||||
|
EGIT_REPO_URI="https://github.com/bids-standard/bids-specification"
|
||||||
|
|
||||||
|
LICENSE="CC-BY-SA-4.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
|
|
||||||
|
RDEPEND=""
|
||||||
|
DEPEND=""
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto "/usr/share/${PN}"
|
||||||
|
doins -r src/schema/*
|
||||||
|
}
|
20
sci-biology/bids-schema/metadata.xml
Normal file
20
sci-biology/bids-schema/metadata.xml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<?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">
|
||||||
|
BIDS-formatted MRI data recorded at the ETH/UZH Animal Imaging Center
|
||||||
|
and first associated with the OPFVTA publication. The data represents
|
||||||
|
f/MRI mouse brain scans with both BOLD and CBV contrasts, using block
|
||||||
|
and phasic stimulation protocols delivered via a laser to the VTA,
|
||||||
|
which is rendered sensitive by channelrhodopsin expression under
|
||||||
|
the dopamine transporter promoter.
|
||||||
|
</longdescription>
|
||||||
|
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user