vp-build/srcpkgs/byacc/template

21 lines
593 B
Bash

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