void-packages/srcpkgs/hyx/template
2020-06-10 12:34:09 +02:00

17 lines
446 B
Bash

# Template file for 'hyx'
pkgname=hyx
version=2020.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=11221518691c8a97b9bcd6f3e7c50ed9783324bf76163b899036c39128ad0df5
do_install() {
vbin hyx
vlicense license.txt LICENSE
}