mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
29 lines
887 B
Plaintext
29 lines
887 B
Plaintext
# Contributor: Erwan Rouchet <lucidiot@brainshit.fr>
|
|
# Maintainer: Erwan Rouchet <lucidiot@brainshit.fr>
|
|
pkgname=gnome-sudoku
|
|
pkgver=44.0
|
|
pkgrel=0
|
|
arch="all"
|
|
url="https://wiki.gnome.org/Apps/Sudoku"
|
|
pkgdesc="Test your logic skills in this number grid puzzle"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="yelp-tools vala meson libgee-dev gtk+3.0-dev json-glib-dev qqwing-dev itstool desktop-file-utils"
|
|
source="https://download.gnome.org/sources/gnome-sudoku/${pkgver%.*}/gnome-sudoku-$pkgver.tar.xz"
|
|
subpackages="$pkgname-doc $pkgname-lang"
|
|
|
|
build() {
|
|
abuild-meson -Db_lto=true . build
|
|
meson compile -C build
|
|
}
|
|
|
|
check() {
|
|
meson test -C build --print-errorlogs
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install -C build
|
|
}
|
|
sha512sums="
|
|
96c9cf66f14973d486cc7e2163ff50df442027814ab219f4a22f83a84454295d67bdb5d359613579951070a3e327855b45d039cfd1790e185e8aa92e86f81caf gnome-sudoku-44.0.tar.xz
|
|
"
|