void-packages/srcpkgs/byacc/template
2017-05-01 17:21:36 +02:00

20 lines
589 B
Bash

# Template file for 'byacc'
pkgname=byacc
version=20170430
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://invisible-island.net/${pkgname}/${pkgname}-${version}.tgz"
checksum=44cb43306c0f1e7b8539025fb02120261488d872969c8aa658bd50b0a5467299
alternatives="
yacc:yacc:/usr/bin/byacc
yacc:yacc.1:/usr/share/man/man1/byacc.1"
post_install() {
vlicense README LICENSE
}