mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-07 13:22:56 +02:00
parent
977ab46b93
commit
4533b8fa78
1 changed files with 19 additions and 0 deletions
19
srcpkgs/rix/template
Normal file
19
srcpkgs/rix/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'rix'
|
||||||
|
pkgname=rix
|
||||||
|
version=0.3.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="bison flex"
|
||||||
|
short_desc="An expressive and efficient language for the C ecosystem"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://github.com/riolet/rix"
|
||||||
|
distfiles="https://github.com/riolet/rix/archive/v${version}.tar.gz"
|
||||||
|
checksum=8727fee17cbbecec3ca8083fac80db3a2ed234c8128ec8df5cc56293e1dbb09c
|
||||||
|
nostrip=yes
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin rixc
|
||||||
|
vbin clr.sh
|
||||||
|
vbin comp.sh
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue