# Contributor: August Klein # Maintainer: August Klein pkgname=ghex pkgver=2137 _pkgver=3.41.1 pkgrel=0 pkgdesc="A hex editor for GNOME" url="https://wiki.gnome.org/Apps/Ghex" arch="all" license="GPL-2.0-or-later" depends="dconf" makedepends="meson itstool gtk+3.0-dev glib-dev atk-dev" subpackages="$pkgname-dev $pkgname-lang $pkgname-doc" source="https://download.gnome.org/sources/ghex/3.41/ghex-3.41.1.tar.xz" builddir="$pkgname-3.41.1/" build() { abuild-meson . output meson compile ${JOBS:+-j ${JOBS}} -C output } package() { cd src/$pkgname-3.41.1 # idc DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums=" 5eccf81c41f5ae56bfe5eab0fb843db0095c75080e7dfc0b19a4c71f40f89931e1cbcd2c58744a6b249d16e2a2e4f96513aaac4c41f46d3b5ae8b2bc851851a0 ghex-3.41.1.tar.xz "