This commit is contained in:
Gerben Jan Dijkman
2021-07-24 21:03:58 +02:00
parent 329224d372
commit 2690a826bb
32 changed files with 682 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,4 +35,3 @@ src_install() {
pkg_postinst() {
systemd_reenable --all eg25-manager
}

View File

@@ -1,15 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gjdijkman@gjdwebserver.nl</email>
<name>Gerben Jan Dijkman</name>
</maintainer>
<longdescription lang="en">
Manager daemon for the Quectel EG25 mobile broadband modem.
</longdescription>
<upstream>
<doc>https://gitlab.com/mobian1/devices/eg25-manager</doc>
<bugs-to>https://gitlab.com/mobian1/devices/eg25-manager/-/issues</bugs-to>
</upstream>
<!-- maintainer-needed -->
</pkgmetadata>