From 70e901e5a9be7972c72e1f9c9ed2cfb3f6dbe655 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Tue, 21 Jun 2022 23:50:45 +0200 Subject: [PATCH] + ghex old --- sakamoto/ghex/APKBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sakamoto/ghex/APKBUILD diff --git a/sakamoto/ghex/APKBUILD b/sakamoto/ghex/APKBUILD new file mode 100644 index 0000000..a062eae --- /dev/null +++ b/sakamoto/ghex/APKBUILD @@ -0,0 +1,29 @@ +# 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 +"