void-packages/srcpkgs/byacc/template
2021-06-20 15:23:53 +02:00

20 lines
593 B
Bash

# Template file for 'byacc'
pkgname=byacc
version=20210619
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=acdd6080dcf935732a08ec8e8c4c161c666cd56d8c490739c6dbb6267a498c0e
alternatives="
yacc:yacc:/usr/bin/byacc
yacc:yacc.1:/usr/share/man/man1/byacc.1"
post_install() {
vlicense README LICENSE
}