18 lines
501 B
Bash
18 lines
501 B
Bash
# Template file for 'hexedit'
|
|
pkgname=hexedit
|
|
version=1.5
|
|
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=27a2349f659e995d7731ad672450f61a2e950330049a6fb59b77490c5e0015ac
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|