summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 42c727c70fa841986e662f16027f870ad0623bb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>

pkgname=opstakultura
pkgver=1.1.3
pkgrel=1
pkgdesc='A simple knowledge quiz on general culture'
url="https://github.com/dida-code/opstakultura"
arch=('x86_64' 'aarch64')
license=('GPL3')
depends=('python-gobject' 'libadwaita')
makedepends=('git' 'meson')
checkdepends=('appstream-glib')
source=("git+$url.git#tag=v$pkgver")
sha256sums=('SKIP')

build() {
  arch-meson $pkgname build
  meson compile -C build
}

check() {
  meson test -C build --print-errorlogs
}

package() {
  DESTDIR="$pkgdir" meson install -C build
}