void-packages/srcpkgs/ascii/template
2017-08-01 10:28:07 +00:00

20 lines
522 B
Bash

# Template file for 'ascii'
pkgname=ascii
version=3.17
revision=1
short_desc="List ASCII idiomatic names and octal/decimal code-point forms"
maintainer="Michael Gehring <mg@ebfe.org>"
license="BSD"
homepage="http://www.catb.org/~esr/ascii"
distfiles="http://www.catb.org/~esr/ascii/ascii-${version}.tar.gz"
checksum=94e55080fa20168cb9501693d7715869f329a7be1e74de0bd55faa493ee25445
do_build() {
make CC="${CC}" CFLAGS="${CFLAGS} ${LDFLAGS}" VERS=${version}
}
do_install() {
vbin ascii
vman ascii.1
vlicense COPYING
}