mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-06 01:44:36 +02:00
48 lines
1.1 KiB
Text
48 lines
1.1 KiB
Text
# Contributor: Clayton Craft <clayton@craftyguy.net>
|
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
pkgname=vvmd
|
|
pkgver=1.1
|
|
pkgrel=4
|
|
pkgdesc="lower level daemon that retrieves Visual Voicemail"
|
|
url="https://gitlab.com/kop316/vvmd"
|
|
arch="all"
|
|
license="GPL-2.0-only"
|
|
depends="mobile-broadband-provider-info"
|
|
makedepends="
|
|
curl-dev
|
|
dbus-dev
|
|
glib-dev
|
|
libphonenumber-dev
|
|
meson
|
|
modemmanager-dev
|
|
"
|
|
source="https://gitlab.com/kop316/vvmd/-/archive/$pkgver/vvmd-$pkgver.tar.gz
|
|
vvmd.desktop
|
|
"
|
|
|
|
case "$CARCH" in
|
|
x86)
|
|
# fail for some reason
|
|
options="$options !check"
|
|
;;
|
|
esac
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
install -Dm644 "$srcdir"/vvmd.desktop -t \
|
|
"$pkgdir"/etc/xdg/autostart
|
|
}
|
|
|
|
sha512sums="
|
|
7fbdb48d125eb9223530cc215a698e1706e788545d2c0aff70a9b14b089285e9786321395de436b835dddcd33e3c09d288be97bb0ab66c1f85f47edcf16ce3d6 vvmd-1.1.tar.gz
|
|
211400663af11dd0c0eab9b6f40c0ccee349bf64cf232749bcd74d0cbf52d3d68197c0ab2ec5ef7dd718537de4d7cdc0af3e4ee038d569ba1a5bfac7c3d68cae vvmd.desktop
|
|
"
|