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

EAPI=8
CMAKE_MAKEFILE_GENERATOR=emake
inherit cmake

DESCRIPTION="CMake scripts for the LIGO Data Analysis Software Tools"
HOMEPAGE="http://software.igwn.org/"
SRC_URI="http://software.igwn.org/lscsoft/source/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=sci-libs/igwn-cmake-macros-1.3.2"
RDEPEND=""