void-packages/srcpkgs/moarvm/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

19 lines
632 B
Bash

# Template build file for 'moarvm'.
pkgname=moarvm
version=2015.03
wrksrc="rakudo-star-${version}/MoarVM"
revision=1
shlib_provides="libmoar.so"
build_style=configure
configure_script="perl Configure.pl"
configure_args="--prefix=/usr/lib/perl6"
make_install_target="install"
hostmakedepends="perl"
makedepends="${hostmakedepends}"
short_desc="MoarVM is a virtual machine for Rakudo Perl 6"
maintainer="Ruslan <axetwe@gmail.com>"
homepage="http://moarvm.com"
license="Artistic-2.0"
distfiles="http://rakudo.org/downloads/star/rakudo-star-${version}.tar.gz"
checksum="bb969c99b39cf69d0f04ae5e9d574de1da8835a1be17710f9e63afc0bcac9bbb"