pkgname=xdg-utils pkgver=1.2.1 pkgrel=1 pkgdesc="Command line tools that assist applications with a variety of desktop integration tasks" arch=('x86_64') url="https://www.freedesktop.org/wiki/Software/xdg-utils/" license=('MIT') depends=('bash' 'file' 'xorg-xset' 'xorg-xprop') makedepends=('docbook-xsl' 'lynx' 'xmlto') source=(https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz) sha256sums=(f6b648c064464c2636884c05746e80428110a576f8daacf46ef2e554dcfdae75) build() { cd ${pkgname}-v${pkgver} local configure_args=( ${configure_options} ) ./configure ${configure_args[@]} make } package() { cd ${pkgname}-v${pkgver} make DESTDIR=${pkgdir} install }