17 lines
495 B
Bash
17 lines
495 B
Bash
# Template file for 'unicc'
|
|
pkgname=unicc
|
|
version=1.5.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-trace"
|
|
makedepends="libphorward-devel"
|
|
short_desc="The Universal Compiler-Compiler"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://www.phorward-software.com"
|
|
distfiles="https://github.com/phorward/unicc/archive/${version}.tar.gz"
|
|
checksum=8c7f1616e625fe15bf90489658737db67860f065a85cc3770d084a7bb5f228ef
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|