18 lines
492 B
Bash
18 lines
492 B
Bash
# Template file for 'hexedit'
|
|
pkgname=hexedit
|
|
version=1.4.2
|
|
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"
|
|
homepage="http://rigaux.org"
|
|
distfiles="https://github.com/pixel/hexedit/archive/${version}.tar.gz"
|
|
checksum=c81ffb36af9243aefc0887e33dd8e41c4b22d091f1f27d413cbda443b0440d66
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|