summaryrefslogtreecommitdiff
path: root/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
blob: a2c5817dae8eb1e0fb26dc4d1881633be7665962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
WX_GTK_VER="3.0-gtk3"

inherit git-r3 cmake wxwidgets

DESCRIPTION="Astrophoto guiding software"
HOMEPAGE="http://code.google.com/p/open-phd-guiding/"
EGIT_REPO_URI="https://github.com/OpenPHDGuiding/phd2.git"

LICENSE="GPL-2"
KEYWORDS=""

SLOT="2"

DEPEND="x11-libs/wxGTK:3.0-gtk3[X]
	virtual/libusb:1
	sci-libs/cfitsio
	media-libs/opencv"

RDEPEND="${DEPEND}"

DOCS=( PHD_2.0_Architecture.docx )
HTML_DOCS=( help )

src_install() {
	einstalldocs
	cmake-utils_src_install
}