void-packages/srcpkgs/hyx/template
2018-01-02 18:25:55 +01:00

17 lines
441 B
Bash

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