description="A library supporting 'Deferred Execution"
url="https://gitlab.gnome.org/GNOME/libdex"

license="LGPL2.1"
packager="spiky <spiky@nutyx.org>"
contributors=""

makedepends=(vala libsoup3 gobject-introspection)

name=libdex
version=0.8.0

source=(https://gitlab.gnome.org/GNOME/libdex/-/archive/$version/$name-$version.tar.gz)

build() {
cd $name-$version

mkdir build
cd    build

meson setup .. \
       --prefix=/usr          \
            --buildtype=release

ninja

DESTDIR=$PKG ninja install

install -Dm644 ../COPYING $PKG/usr/share/licenses/$name/COPYING
}
