media-radio/pat - 0.18.0 (hamari)

Search

Package Information

Description:
Cross platform Winlink client
Homepage:
https://getpat.io/
License:
Apache-2.0 BSD ISC MIT

Ebuild Details

Version EAPI Keywords Slot
0.18.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Cross platform Winlink client"
HOMEPAGE="https://getpat.io/"
SRC_URI="
	https://github.com/la5nta/pat/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://www.mariohaustein.de/gentoo/distfiles/${P}-deps.tar.xz
"

LICENSE="Apache-2.0 BSD ISC MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="dev-libs/libax25"
RDEPEND="${DEPEND}"

src_compile() {
	set -- go build -tags libax25 ${EGO_PN}
	echo "$@"
	"$@" || die
}

src_install() {
	dobin pat
	dodoc README.md
	doman man/*.1
}

Dependencies

DEPEND

dev-libs/libax25

RDEPEND

dev-libs/libax25

Manifest for 0.18.0

Type File Size Source URLs
DIST pat-0.18.0-deps.tar.xz 14762580 bytes https://www.mariohaustein.de/gentoo/distfiles/pat-0.18.0-deps.tar.xz
DIST pat-0.18.0.tar.gz 1516272 bytes https://github.com/la5nta/pat/archive/refs/tags/v0.18.0.tar.gz