vp-build/srcpkgs/rix/template

22 lines
592 B
Bash

# Template file for 'rix'
pkgname=rix
version=0.3.0
revision=2
build_style=gnu-makefile
hostmakedepends="bison flex"
short_desc="Expressive and efficient language for the C ecosystem"
maintainer="Diogo Leal <diogo@diogoleal.com>"
# It's GCC runtime exception but GCC was replaced by Rix
license="GPL-3.0-only WITH GCC-exception-3.1"
homepage="https://github.com/riolet/rix"
distfiles="https://github.com/riolet/rix/archive/v${version}.tar.gz"
checksum=8727fee17cbbecec3ca8083fac80db3a2ed234c8128ec8df5cc56293e1dbb09c
CFLAGS="-fcommon"
do_install() {
vbin rixc
vbin clr.sh
vbin comp.sh
}