void-packages/srcpkgs/byacc/template
2016-03-25 16:42:52 +01:00

20 lines
603 B
Bash

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