14 lines
434 B
Bash
14 lines
434 B
Bash
|
# Template file for 'hexedit'
|
||
|
pkgname=hexedit
|
||
|
version=1.2.13
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
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="${homepage}/${pkgname}-${version}.src.tgz"
|
||
|
checksum=6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7
|
||
|
wrksrc="${pkgname}"
|