aports/testing/hyx/APKBUILD
Eirik Furuseth f99eb79f75 testing/hyx: new aport
https://yx7.cc/code/
A minimalistic, but powerful console hex editor
2023-01-17 19:51:58 +01:00

23 lines
528 B
Plaintext

# Maintainer: Eirik Furuseth <alpine@heplaphon.com>
pkgname=hyx
pkgver=2021.06.09
pkgrel=0
pkgdesc="Minimalistic, but powerful console hex editor"
url="https://yx7.cc/code/"
arch="all"
license="MIT"
source="https://yx7.cc/code/hyx/hyx-$pkgver.tar.xz"
options="!check" # no unit tests
build() {
make
}
package() {
install -Dm0755 hyx -t "$pkgdir"/usr/bin
}
sha512sums="
43f990e29ce097f8e2378a4511a3097e2576fd72e16f3b5c81688702487c8715e7189cb4a368e344c5440a90a1c759d2f76e7831ab401fa814f7e5ff7e145bd8 hyx-2021.06.09.tar.xz
"