makedepends=(cmake doxygen qt6-base)

description="A library that provides a Qt implementation of the DBusMenu spec"
url="https://github.com/lxqt/libdbusmenu-lxqt"

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

name=libdbusmenu-lxqt
version=0.4.0
release=1

source=(https://github.com/lxqt/libdbusmenu-lxqt/releases/download/$version/$name-$version.tar.xz)

build() {
  cmake -B build -S $name-$version -DCMAKE_INSTALL_PREFIX=/usr
  cmake --build build
  DESTDIR="$PKG" cmake --install build
}
