Files
guru/net-misc/eg25-manager/eg25-manager-0.3.0.ebuild
Gerben Jan Dijkman 3db0425fa4 net-misc/eg25-manager: Version bump and remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman <gjdijkman@gjdwebserver.nl>
2021-07-24 02:52:53 +02:00

34 lines
698 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson systemd
COMMIT="73e16f76994b1d3c587796a35766cc668e30c0cd"
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"
KEYWORDS="~arm64"
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
dev-libs/libgpiod
virtual/libusb:1
net-misc/modemmanager
"
S="${WORKDIR}/${PN}-${COMMIT}"
src_install() {
meson_src_install
systemd_dounit "${FILESDIR}"/eg25-manager.service
}
pkg_postinst() {
systemd_reenable --all eg25-manager
}