aports/testing/hexdiff/APKBUILD
Celeste cdd6e02ee0 testing/*: take over maintainership from @ay
as noted in 88341867a2,
Alex was last active in April 2022, there has been
no new activity since
2025-05-25 07:36:06 +00:00

30 lines
901 B
Text

# Contributor: Alex Yam <alex@alexyam.com>
# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=hexdiff
pkgver=0.0.53
pkgrel=3
pkgdesc="ncurses hex editor with diff mode for binary file comparison"
url="http://tboudet.free.fr/hexdiff/"
arch="all"
license="GPL-2.0-or-later"
depends="ncurses-dev"
options="!check" # no test suite
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::http://tboudet.free.fr/hexdiff/hexdiff.tar.gz"
builddir="$srcdir/HexDiff"
build() {
make
}
package() {
# broken 'make install'
install -Dvm755 hexdiff -t "$pkgdir"/usr/bin/
install -Dvm644 hexdiff.1 -t "$pkgdir"/usr/share/man/man1/
install -Dvm644 hexdiff.rc -t "$pkgdir"/etc/hexdiff/
}
sha512sums="
3860aa286282604c2dc44fbb32329f28761cf16339dfa3c9f537e4fc2ec31742d59d19bc52935de979bb7397c7ee331846e528d3d2efe10e93ddc5d838fd3ce7 hexdiff-0.0.53.tar.gz
"