#Packager: George Vlahavas pkgname=yelp-tools pkgver=41.0 _mainver=`echo $pkgver | cut -d'.' -f1` pkgrel=1gv source=("https://download-fallback.gnome.org/sources/yelp-tools/${_mainver}/yelp-tools-${pkgver}.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "yelp-tools (tools and scripts for writing documentation for Yelp)" "yelp-tools is a collection of scripts and build utilities to help" "create, manage, and publish documentation for Yelp and the web. Most" "of the heavy lifting is done by packages like yelp-xsl and itstool." "This package just wraps things up in a developer-friendly way." ) build() { cd $startdir/src/$pkgname-$pkgver meson build \ -D prefix=/usr \ -D libdir=/usr/lib${LIBDIRSUFFIX} meson compile -C build meson install -C build --destdir $startdir/pkg/ }