16 lines
446 B
Bash
16 lines
446 B
Bash
# Template file for 'hyx'
|
|
pkgname=hyx
|
|
version=2020.12.24
|
|
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=9fc88f58047013101bd6f1320510e77669d2d198be0b9a4c1b690642ba2f4c03
|
|
|
|
do_install() {
|
|
vbin hyx
|
|
vlicense license.txt LICENSE
|
|
}
|