vp-build/srcpkgs/unicc/template

19 lines
536 B
Bash

# Template file for 'unicc'
pkgname=unicc
version=1.6.2
revision=1
build_style=gnu-configure
configure_args="--with-trace"
makedepends="libphorward-devel"
short_desc="Universal Compiler-Compiler"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://www.phorward-software.com"
distfiles="https://github.com/phorward/unicc/archive/${version}.tar.gz"
checksum=d19d84e19de8d1ea2e874467737681ad0794c6882664469c05fb88cbf0f3a81f
broken="incompatible with current phorward"
post_install() {
vlicense LICENSE
}