void-packages/srcpkgs/byacc/template
2022-01-02 17:34:56 +01:00

20 lines
593 B
Bash

# Template file for 'byacc'
pkgname=byacc
version=20220101
revision=1
build_style=gnu-configure
configure_args="--program-transform=s,^,b,"
short_desc="Berkeley yacc, a LALR(1) parser generator"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Public Domain"
homepage="http://invisible-island.net/byacc/"
distfiles="ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${version}.tgz"
checksum=a796ce90e960bf18d256eba534b9bd1e394d394a141ee63f530cab1074615b67
alternatives="
yacc:yacc:/usr/bin/byacc
yacc:yacc.1:/usr/share/man/man1/byacc.1"
post_install() {
vlicense README LICENSE
}