net-wireless/libacars - 2.1.4 (booboo)

Search

Install

Install this version:

emerge -a =net-wireless/libacars-2.1.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-wireless/libacars-2.1.4

Or alternatively:

emerge --autounmask-write -a =net-wireless/libacars-2.1.4

Package Information

Description:
A library for decoding various ACARS message payloads
Homepage:
https://github.com/szpajder/libacars
License:
MIT

Ebuild Details

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

EAPI=8
CMAKE_MAKEFILE_GENERATOR=emake

inherit cmake

DESCRIPTION="A library for decoding various ACARS message payloads"
HOMEPAGE="https://github.com/szpajder/libacars"
SRC_URI="https://github.com/szpajder/libacars/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"

DEPEND="
	sys-libs/zlib"
RDEPEND="${DEPEND}"
BDEPEND=""

Inherited Eclasses

Dependencies

DEPEND

	sys-libs/zlib

RDEPEND

	sys-libs/zlib

Manifest for 2.1.4

Type File Size Source URLs
DIST libacars-2.1.4.tar.gz 315761 bytes https://github.com/szpajder/libacars/archive/v2.1.4.tar.gz