void-packages/srcpkgs/hexer/template
2018-06-20 08:19:25 -03:00

19 lines
617 B
Bash

# Template file for 'hexer'
pkgname=hexer
version=1.0.4
revision=1
build_style=gnu-makefile
make_build_args="CC_FOR_BUILD=cc"
make_install_args="MANDIR=/usr/share/man/man1"
hostmakedepends="xxd"
makedepends="ncurses-devel"
short_desc="A multi-buffered hex editor for binary files, with a vi like interface"
maintainer="Aloz1 <kno0001@gmail.com>"
license="BSD-3-Clause"
homepage="https://devel.ringlet.net/editors/hexer/"
distfiles="https://devel.ringlet.net/files/editors/hexer/hexer-${version}.tar.xz"
checksum=757005881d210e72764d43f366782fec40cf8a4e143904242996d5366030223d
post_install() {
vlicense COPYRIGHT
}