diff --git a/srcpkgs/hyx/template b/srcpkgs/hyx/template new file mode 100644 index 00000000000..1049fbcd269 --- /dev/null +++ b/srcpkgs/hyx/template @@ -0,0 +1,16 @@ +# 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 " +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 +}