Added aPacakage and removed some

This commit is contained in:
2023-08-12 20:53:16 +02:00
parent 439f97d838
commit addc672b5b
45 changed files with 275 additions and 909 deletions

View File

@@ -1 +0,0 @@
DIST vvmd-0.16.tar.gz 174326 BLAKE2B 3bbba6e11f0563cb5caab7cf9f1ff25be05528ca94714caa73cdb738988f0fd1b5ce59f79eb282ef87a785daf3aa8c226cc1b73a68de244ec694822e16079931 SHA512 b55eee9220d45e881114786b53732f576861f5e2cabbfc18db3587fa5ab9bfc8ad37698ad647f5ab4d153f3193821f3f700370a0d67baf9af44349ee5cfac02b

View File

@@ -1,11 +0,0 @@
<?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>
<upstream>
<bugs-to>https://gitlab.com/kop316/vvmd/-/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="vvmd is a lower level daemon that retrieves Visual Voicemail"
HOMEPAGE="https://gitlab.com/kop316/vvmd"
SRC_URI="https://gitlab.com/kop316/vvmd/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-libs/glib-2.16
>=net-misc/curl-7.70
>=dev-cpp/glibmm-1.14
dev-libs/libphonenumber
net-misc/modemmanager
sys-apps/dbus
>=dev-util/meson-0.56
"
DEPEND="${RDEPEND}"
src_install() {
meson_src_install
}