mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-01 21:13:38 +01:00
26 lines
518 B
Bash
26 lines
518 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=4
|
|
|
|
DESCRIPTION="Open-source .NET application for ads-b mapping"
|
|
HOMEPAGE="http://www.virtualradarserver.co.uk/Default.aspx"
|
|
SRC_URI="http://www.virtualradarserver.co.uk/Files/VirtualRadar.${PV}.tar.gz"
|
|
|
|
LICENSE=""
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}
|
|
dev-lang/mono"
|
|
|
|
S="${WORKDIR}"
|
|
|
|
src_install() {
|
|
insinto /opt/${PN}
|
|
doins *
|
|
dobin "${FILESDIR}"/virtualradar
|
|
}
|