void-packages/srcpkgs/byacc/template
2015-07-12 16:21:23 +02:00

17 lines
519 B
Bash

# Template file for 'byacc'
pkgname=byacc
version=20150711
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=c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248
post_install() {
vlicense README LICENSE
}