1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/community/libmarble-gtk4/APKBUILD

33 lines
989 B
Text

# Contributor: knuxify <knuxify@gmail.com>
# Maintainer: knuxify <knuxify@gmail.com>
pkgname=libmarble-gtk4
pkgver=42.0_alpha_git20220420
_commit=6dcc6fefa35f0151b0549c01bd774750fe6bdef8
pkgrel=0
pkgdesc="Useful functions and reusable widgets for GTK 4"
url="https://gitlab.com/raggesilver/marble"
arch="all"
license="GPL-3.0-or-later"
makedepends="meson vala gtk4.0-dev gobject-introspection-dev"
subpackages="$pkgname-dev"
source="https://gitlab.com/raggesilver/marble/-/archive/$_commit/marble-$_commit.tar.gz"
builddir="$srcdir/marble-$_commit"
build() {
abuild-meson \
-Db_lto=true \
. output
meson compile ${JOBS:+-j ${JOBS}} -C output
}
check() {
meson test --no-rebuild --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
0dad67a89f5122749f0181c2b711fc7480d03a6b16a2707d9df1a8e19f6af3fd86cb797a09359e3a2c67375aef0ab51bd6554f46c00b6a43a10887e68d9e228f marble-6dcc6fefa35f0151b0549c01bd774750fe6bdef8.tar.gz
"