vp-build/srcpkgs/hexer/template

20 lines
617 B
Bash

# Template file for 'hexer'
pkgname=hexer
version=1.0.5
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=39a335e5639b04e8fc5544399e38a29e0cb1d794bb4993d0463529cfeb4f5791
post_install() {
vlicense COPYRIGHT
}