🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: 'yelp-tools'
pkgver: '42.1'
pkgrel: '2'
pkgdesc: 'Tools for creating Yelp documentation.'
url: 'https://www.gnome.org/'
arch: x86_64
depends: []
makedepends:
- 'python-lxml'
- libxslt
- libxml2
- 'yelp-xsl'
- itstool
source:
- 'https://download.gnome.org/sources/${pkgname}/42/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true yelp-tools-42.1 builddir
meson compile -C builddir
package: |
DESTDIR="${PKGDIR}" meson install -C builddir