void-packages/srcpkgs/byacc/template

17 lines
519 B
Bash
Raw Normal View History

2014-12-22 16:49:20 +00:00
# Template file for 'byacc'
pkgname=byacc
2015-07-12 14:21:23 +00:00
version=20150711
revision=1
2014-12-22 16:49:20 +00:00
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"
2015-07-12 14:21:23 +00:00
checksum=c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248
2014-12-22 16:49:20 +00:00
post_install() {
vlicense README LICENSE
}