vp-build/srcpkgs/hyx/template

17 lines
441 B
Bash

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