void-packages/srcpkgs/byacc/template
2021-08-09 11:07:48 +02:00

20 lines
593 B
Bash

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