panda: needs Perl 5 to build.
This commit is contained in:
parent
23007001b6
commit
d02a87a4d2
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template build file for 'panda'.
|
||||
pkgname=panda
|
||||
version=2016.02
|
||||
revision=2
|
||||
hostmakedepends="git rakudo"
|
||||
revision=3
|
||||
hostmakedepends="git perl rakudo"
|
||||
depends="rakudo>=2016.03 git"
|
||||
short_desc="Panda is a Perl 6 module manager"
|
||||
maintainer="Ruslan <axetwe@gmail.com>"
|
||||
homepage="https://github.com/tadzik/panda"
|
||||
license="MIT"
|
||||
distfiles="https://github.com/tadzik/panda/archive/${version}.tar.gz"
|
||||
nocross="yes"
|
||||
checksum=e8ced2b70ca9f5dc43affb09d5859132e570d493e363020db433ef0a13768b08
|
||||
nocross=yes
|
||||
|
||||
do_build() {
|
||||
vmkdir usr
|
||||
|
|
Loading…
Reference in a new issue