description='Kernel based performance profiler'
url='https://wiki.gnome.org/Apps/Sysprof'

packager="spiky <spiky@nutyx.org>"
contributors=""

makedepends=(pango gtk4 libunwind polkit yelp-tools libdex libadwaita libpanel)

name=sysprof
version=47.0

source=(https://gitlab.gnome.org/GNOME/sysprof/-/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
}
