summaryrefslogtreecommitdiff
blob: f1bd0065b1e1576af10b42d7e9c074e892d5ebdf (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
32
33
34
35
36
37
38
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit optfeature

DESCRIPTION="CQRLOG is an advanced ham radio logger based on MySQL database"
HOMEPAGE="https://www.cqrlog.com/ https://github.com/ok2cqr/cqrlog"
SRC_URI="https://github.com/ok2cqr/cqrlog/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND="
	>=dev-lang/lazarus-1.8.0
	>=dev-lang/fpc-3.0.2
"
RDEPEND="
	${DEPEND}
	dev-libs/atk
	dev-libs/glib
	virtual/mysql[server]
	x11-libs/cairo
	x11-libs/gdk-pixbuf
	x11-libs/gtk+
	x11-libs/libX11
	x11-libs/pango
"

PATCHES=(
	"${FILESDIR}/${P}-makefile.patch"
)

pkg_postist() {
	optfeature "monitoring radio settings" media-libs/hamlib
}