[arch-commits] Commit in haxe/trunk (PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Wed Jul 28 13:04:37 UTC 2021
Date: Wednesday, July 28, 2021 @ 13:04:37
Author: arodseth
Revision: 988874
Add camlp5 and dune as dependencies
Modified:
haxe/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-28 12:53:12 UTC (rev 988873)
+++ PKGBUILD 2021-07-28 13:04:37 UTC (rev 988874)
@@ -7,15 +7,15 @@
pkgname=haxe
pkgver=4.2.3
-pkgrel=2
+pkgrel=3
pkgdesc='Cross-platform toolkit and programming language'
arch=(x86_64)
url='https://haxe.org/'
license=(GPL LGPL MIT)
depends=(neko mbedtls)
+makedepends=(camlp4 camlp5 dune git neko ocaml opam zlib perl-string-shellquote perl-ipc-system-simple)
optdepends=(java-environment mono php python)
-makedepends=(camlp4 git neko ocaml opam zlib perl-string-shellquote perl-ipc-system-simple)
-options=(!makeflags !strip)
+options=(!strip)
source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=1385eda48e60387e349282d26347b28d0b2768ca") # tag: 4.2.3
b2sums=(SKIP)
@@ -29,8 +29,7 @@
eval $(opam env)
# Install required OCaml packages
- opam install -y camlp5 dune extlib jbuilder luv ocamlfind \
- ppx_tools_versioned ptmap sedlex sha xml-light
+ opam install -y extlib jbuilder luv ocamlfind ppx_tools_versioned ptmap sedlex sha xml-light
# Create the script that will be placed in /etc/profile.d
echo 'export HAXE_STD_PATH=/usr/share/haxe/std' > haxe.sh
More information about the arch-commits
mailing list