makedepends=(glib gobject-introspection gtk-doc)

description="A thin layer of graphic data types"
url="https://ebassi.github.io/graphene/"

maintainer="rems"
packager="Great-OS Team"

name="graphene"
version=1.10.8

PKGMK_KEEP_SOURCES="no"

source=(https://github.com/ebassi/graphene/archive/refs/tags/$version.tar.gz)

build() {

mkdir build && cd build

meson --prefix=/usr \
      -Dgtk_doc=true \
      -Dinstalled_tests=false \
      ../$name-$version

ninja
DESTDIR=$PKG ninja install
}
