# Template file for 'hexer'
pkgname=hexer
version=1.0.7
revision=1
build_style=gnu-makefile
make_build_args="CC_FOR_BUILD=cc"
make_install_args="MANDIR=/usr/share/man/man1"
makedepends="ncurses-devel"
short_desc="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=2d6bb5583f0b1a1a9825b0de1e836482f07af44484c2d73c5ad9472bdfa2fba1

post_install() {
	vlicense LICENSES/BSD-2-Clause.txt
	vlicense LICENSES/BSD-3-Clause.txt
}
