17 lines
432 B
Bash
17 lines
432 B
Bash
# Template file for 'hyx'
|
|
pkgname=hyx
|
|
version=2024.02.29
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Minimalistic but powerful console hex editor"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://yx7.cc/code/"
|
|
distfiles="https://yx7.cc/code/hyx/hyx-${version}.tar.xz"
|
|
checksum=76e7f1df3b1a6de7aded1a7477ad0c22e36a8ac21077a52013b5836583479771
|
|
|
|
do_install() {
|
|
vbin hyx
|
|
vlicense license.txt LICENSE
|
|
}
|