mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-04 10:04:36 +02:00
35 lines
763 B
Text
35 lines
763 B
Text
# Maintainer: team/phosh <fossdd@pwned.life>
|
|
pkgname=gmobile
|
|
pkgver=0.3.1
|
|
pkgrel=0
|
|
pkgdesc="Functions useful in mobile related, glib based projects"
|
|
url="https://gitlab.gnome.org/World/Phosh/gmobile"
|
|
arch="all"
|
|
license="GPL-3.0-only"
|
|
makedepends="
|
|
meson
|
|
glib-dev
|
|
json-glib-dev
|
|
gobject-introspection-dev
|
|
vala
|
|
"
|
|
subpackages="$pkgname-dev"
|
|
replaces="phoc"
|
|
source="https://sources.phosh.mobi/releases/gmobile/gmobile-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson build
|
|
meson compile -C build
|
|
}
|
|
|
|
check() {
|
|
meson test -C build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C build
|
|
}
|
|
|
|
sha512sums="
|
|
2a3e79fcfba7dd81fcb639c66b7ac5162aa3eba75d948f4006f65edb829c084f7dbd443167fabd7d7c19b235a51b23ce9d94802e783837dfa232f73f340e703d gmobile-0.3.1.tar.xz
|
|
"
|