1
0
mirror of synced 2024-06-20 11:22:51 +02:00
TheChymera-overlay/sci-biology/bids-schema/bids-schema-9999.ebuild
Horea Christian e00cef6a90 sci-biology/bids-schema: updated repo source and versions
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
2022-02-24 03:44:00 -05:00

23 lines
439 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="YAML schema reference for BIDS specification"
HOMEPAGE="https://github.com/bids-standard/bids-schema"
EGIT_REPO_URI="https://github.com/bids-standard/bids-schema.git"
LICENSE="CC-BY-SA-4.0"
SLOT="0"
KEYWORDS=""
RDEPEND=""
DEPEND=""
src_install() {
insinto "/usr/share/${PN}"
doins -r versions/*
}