+ ghex old

meow
Dominika Liberda 2022-06-21 23:50:45 +02:00
parent 53d60e2b62
commit 70e901e5a9
1 changed files with 29 additions and 0 deletions

29
sakamoto/ghex/APKBUILD Normal file
View File

@ -0,0 +1,29 @@
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: August Klein <amatcoder@gmail.com>
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
"