1
0
mirror of synced 2024-05-29 08:48:14 +02:00
TheChymera-overlay/sci-biology/plamri_brudata/plamri_brudata-0.1.ebuild
Horea Christian b9d57657ab
sci-biology/plamri_brudata: new package
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Horea Christian <chr@chymera.eu>
2021-03-05 02:09:07 -05:00

21 lines
438 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Bruker ParaVision data files for testing the PlaMRI package"
HOMEPAGE="http://jasanofflab.mit.edu/"
SRC_URI=" http://chymera.eu/distfiles/${P}.tar.xz"
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 *
}