diff --git a/srcpkgs/unicc/template b/srcpkgs/unicc/template index 2cd9413714d..406d573c1d0 100644 --- a/srcpkgs/unicc/template +++ b/srcpkgs/unicc/template @@ -1,13 +1,17 @@ -# Template build file for 'unicc' +# Template file for 'unicc' pkgname=unicc -version=1.4.0 +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 " -homepage="http://www.phorward-software.com" license="BSD-3-Clause" +homepage="http://www.phorward-software.com" distfiles="https://github.com/phorward/unicc/archive/${version}.tar.gz" -checksum=05601dda9cc6ee1887074ec6c37e04ea9a91cd9b043d89c6349d55f5d1e397d0 +checksum=8c7f1616e625fe15bf90489658737db67860f065a85cc3770d084a7bb5f228ef + +post_install() { + vlicense LICENSE +}