net-misc/eg25-manager - 0.4.2 (guru)

Search

Install

Install this version:

emerge -a =net-misc/eg25-manager-0.4.2

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

autounmask =net-misc/eg25-manager-0.4.2

Or alternatively:

emerge --autounmask-write -a =net-misc/eg25-manager-0.4.2

Package Information

Description:
Daemon for managing the Quectel EG25 modem
Homepage:
https://gitlab.com/mobian1/devices/eg25-manager
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.4.2 7 ~arm64 0
View Raw Ebuild
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson systemd

COMMIT="a91bc71e23e5a8d5e17b32bb5fa8f3691251dfeb"

DESCRIPTION="Daemon for managing the Quectel EG25 modem"
HOMEPAGE="https://gitlab.com/mobian1/devices/eg25-manager"
SRC_URI="https://gitlab.com/mobian1/devices/eg25-manager/-/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${PN}-${COMMIT}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~arm64"

RDEPEND="
	dev-libs/libgpiod
	virtual/libusb:1
	net-misc/modemmanager
"

src_install() {
	meson_src_install
	systemd_dounit "${FILESDIR}"/eg25-manager.service
	insinto /etc/eg25-manager
	newins "${FILESDIR}"/eg25-pinephone-1.0.toml pine64,pinephone-1.0.toml
	newins "${FILESDIR}"/eg25-pinephone-1.1.toml pine64,pinephone-1.1.toml
	newins "${FILESDIR}"/eg25-pinephone-1.2.toml pine64,pinephone-1.2.toml
	newins "${FILESDIR}"/eg25-pinephone-pro.toml pine64,pinephone-pro.toml
}

pkg_postinst() {
	systemd_reenable --all eg25-manager
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-libs/libgpiod
	virtual/libusb:1
	net-misc/modemmanager

Manifest for 0.4.2

Type File Size Source URLs
DIST eg25-manager-0.4.2.tar.gz 51795 bytes https://gitlab.com/mobian1/devices/eg25-manager/-/archive/a91bc71e23e5a8d5e17b32bb5fa8f3691251dfeb.tar.gz