16 lines
446 B
Bash
16 lines
446 B
Bash
# Template file for 'hyx'
|
|
pkgname=hyx
|
|
version=2021.06.09
|
|
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/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=8d4f14e58584d6cc8f04e43ca38042eed218882a389249c20b086730256da5eb
|
|
|
|
do_install() {
|
|
vbin hyx
|
|
vlicense license.txt LICENSE
|
|
}
|