New package: hyx-0.1.4

This commit is contained in:
Leah Neukirchen 2018-01-02 18:25:11 +01:00
parent be7bf6173d
commit 8f5d5eab0e

16
srcpkgs/hyx/template Normal file
View file

@ -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 <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
}