void-packages/srcpkgs/byacc/template
2016-12-03 17:59:26 +01:00

21 lines
603 B
Bash

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