18 lines
501 B
Bash
18 lines
501 B
Bash
# Template file for 'hexedit'
|
|
pkgname=hexedit
|
|
version=1.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
makedepends="ncurses-devel"
|
|
short_desc="View and edit files in hexadecimal or in ASCII"
|
|
maintainer="Jim Westfall <jwestfall@surrealistic.net>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://rigaux.org"
|
|
distfiles="https://github.com/pixel/hexedit/archive/${version}.tar.gz"
|
|
checksum=598906131934f88003a6a937fab10542686ce5f661134bc336053e978c4baae3
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|