21 lines
591 B
Bash
21 lines
591 B
Bash
# Template file for 'byacc'
|
|
pkgname=byacc
|
|
version=20240109
|
|
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="https://invisible-island.net/byacc/"
|
|
distfiles="https://invisible-island.net/archives/byacc/byacc-${version}.tgz"
|
|
checksum=f2897779017189f1a94757705ef6f6e15dc9208ef079eea7f28abec577e08446
|
|
|
|
alternatives="
|
|
yacc:yacc:/usr/bin/byacc
|
|
yacc:yacc.1:/usr/share/man/man1/byacc.1"
|
|
|
|
post_install() {
|
|
vlicense README LICENSE
|
|
}
|