aboutsummaryrefslogtreecommitdiff
blob: 2449624919b65f711bff672c3e596cc398dab87e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils

DESCRIPTION="Integrated Rule Oriented Data System, a data management software"
HOMEPAGE="https://irods.org"
SRC_URI="https://github.com/irods/irods/archive/4.2.0.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""

CDEPEND="sys-devel/clang"
DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}"/irods-"${PV}"