22 lines
569 B
Bash
22 lines
569 B
Bash
# Template file for 'ascii'
|
|
pkgname=ascii
|
|
version=3.20
|
|
revision=1
|
|
short_desc="List ASCII idiomatic names and octal/decimal code-point forms"
|
|
maintainer="Eloitor <eloitor@disroot.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="http://www.catb.org/~esr/ascii"
|
|
changelog="https://www.catb.org/~esr/ascii/NEWS.html"
|
|
distfiles="http://www.catb.org/~esr/ascii/ascii-${version}.tar.gz"
|
|
checksum=9e6e57ea60d419a803a024ce6366254efb716266b84eedd58cd980dabcc11674
|
|
|
|
do_build() {
|
|
make CC="${CC}" CFLAGS="${CFLAGS} ${LDFLAGS}"
|
|
}
|
|
|
|
do_install() {
|
|
vbin ascii
|
|
vman ascii.1
|
|
vlicense COPYING
|
|
}
|