MoarVM: update to 2018.04.
Closes #13846. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
d8275a254c
commit
bd3ecf0401
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'MoarVM'.
|
||||
pkgname=MoarVM
|
||||
version=2018.03
|
||||
version=2018.04
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
|
@ -9,12 +9,12 @@ hostmakedepends="perl"
|
|||
makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel"
|
||||
short_desc="MoarVM is a virtual machine for Rakudo Perl 6"
|
||||
maintainer="Ruslan <axetwe@gmail.com>"
|
||||
homepage="http://moarvm.com"
|
||||
license="Artistic-2.0"
|
||||
homepage="http://moarvm.com"
|
||||
distfiles="http://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
||||
nocross="yes"
|
||||
checksum=575fe8545943c39d083c6f433171bf8411e44204944b49dcf4fe0f31f8645dd5
|
||||
nocross=yes
|
||||
shlib_provides="libmoar.so"
|
||||
checksum=100b18435bb82e479f08a53346950c08b7e7f89272f6c9d0ece048682ba82912
|
||||
|
||||
do_clean() {
|
||||
rm -rf ${DESTDIR}/usr/include/libuv ${DESTDIR}/usr/include/libtommath
|
||||
|
|
Loading…
Reference in New Issue