1
0
mirror of synced 2024-07-01 00:32:52 +02:00
TheChymera-overlay/sci-biology/samri_bindata/samri_bindata-0.3.ebuild
Horea Christian d9f26c2e70
sci-biology/samri_bindata: version bump ahead of Gentoo Science
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Horea Christian <chr@chymera.eu>
2019-10-17 15:06:13 +02:00

24 lines
443 B
Bash

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="ParaVision Mouse, Rat, and Lemur Testing Data for SAMRI"
HOMEPAGE="https://github.com/IBT-FMI/SAMRI"
SRC_URI="
http://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 *
}