diff options
-rw-r--r-- | testing/haxe/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/haxe/APKBUILD b/testing/haxe/APKBUILD index a45450026f..ccdabc531b 100644 --- a/testing/haxe/APKBUILD +++ b/testing/haxe/APKBUILD @@ -13,8 +13,12 @@ makedepends="camlp4 ocaml neko-dev zlib-dev pcre-dev" options="!strip !makeflags" install="" subpackages="$pkgname-doc" + +# haxelib and ocamllibs are git submodules in the haxe repo. +# To get the commits, run `git submodule status`. _commit_haxelib="a494d8be523e26fcf875e2c33915808dc221e17a" _commit_ocamllibs="ab5be31c6dd1fcd761c2ba16c5d767bcf6792490" + source="${pkgname}-${pkgver}.tar.gz::https://github.com/HaxeFoundation/haxe/archive/${pkgver}${_versuffix}.tar.gz haxelib-${_commit_haxelib}.tar.gz::https://github.com/HaxeFoundation/haxelib/archive/${_commit_haxelib}.tar.gz ocamllibs-${_commit_ocamllibs}.tar.gz::https://github.com/HaxeFoundation/ocamllibs/archive/${_commit_ocamllibs}.tar.gz |