Skip to content

Commit

Permalink
Lixify setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
back2dos committed Oct 30, 2017
1 parent a4c3a30 commit 0551290
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions .haxerc
@@ -0,0 +1 @@
{"version":"4.0.0-preview.2","resolveLibs":"scoped"}
3 changes: 3 additions & 0 deletions haxe_libraries/deep_equal.hxml
@@ -0,0 +1,3 @@
# @install: lix --silent download "haxelib:deep_equal#0.3.0" into deep_equal/0.3.0/haxelib
-D deep_equal=0.3.0
-cp ${HAXESHIM_LIBCACHE}/deep_equal/0.3.0/haxelib/src
3 changes: 3 additions & 0 deletions haxe_libraries/hx3compat.hxml
@@ -0,0 +1,3 @@
# @install: lix --silent download "haxelib:hx3compat#1.0.0" into hx3compat/1.0.0/haxelib
-D hx3compat=1.0.0
-cp ${HAXESHIM_LIBCACHE}/hx3compat/1.0.0/haxelib/std
6 changes: 6 additions & 0 deletions haxe_libraries/hxnodejs.hxml
@@ -0,0 +1,6 @@
# @install: lix --silent download "haxelib:hxnodejs#4.0.9" into hxnodejs/4.0.9/haxelib
-D hxnodejs=4.0.9
-cp ${HAXESHIM_LIBCACHE}/hxnodejs/4.0.9/haxelib/src
-D nodejs
--macro allowPackage('sys')
--macro _hxnodejs.VersionWarning.include()
5 changes: 5 additions & 0 deletions haxe_libraries/tink_anon.hxml
@@ -0,0 +1,5 @@
# @install: lix --silent download "haxelib:tink_anon#0.1.3" into tink_anon/0.1.3/haxelib
-D tink_anon=0.1.3
-cp ${HAXESHIM_LIBCACHE}/tink_anon/0.1.3/haxelib/src

-lib tink_macro
3 changes: 3 additions & 0 deletions haxe_libraries/tink_core.hxml
@@ -0,0 +1,3 @@
# @install: lix --silent download "haxelib:tink_core#1.15.0" into tink_core/1.15.0/haxelib
-D tink_core=1.15.0
-cp ${HAXESHIM_LIBCACHE}/tink_core/1.15.0/haxelib/src
6 changes: 6 additions & 0 deletions haxe_libraries/tink_hxx.hxml
@@ -0,0 +1,6 @@
-D tink_hxx=0.13.1
-cp src

-lib tink_parse
-lib tink_macro
-lib tink_anon
5 changes: 5 additions & 0 deletions haxe_libraries/tink_macro.hxml
@@ -0,0 +1,5 @@
# @install: lix --silent download "haxelib:tink_macro#0.15.0" into tink_macro/0.15.0/haxelib
-D tink_macro=0.15.0
-cp ${HAXESHIM_LIBCACHE}/tink_macro/0.15.0/haxelib/src

-lib tink_core
5 changes: 5 additions & 0 deletions haxe_libraries/tink_parse.hxml
@@ -0,0 +1,5 @@
# @install: lix --silent download "haxelib:tink_parse#0.2.0" into tink_parse/0.2.0/haxelib
-D tink_parse=0.2.0
-cp ${HAXESHIM_LIBCACHE}/tink_parse/0.2.0/haxelib/src

-lib tink_core
5 changes: 5 additions & 0 deletions haxe_libraries/tink_stringly.hxml
@@ -0,0 +1,5 @@
# @install: lix --silent download "haxelib:tink_stringly#0.2.0" into tink_stringly/0.2.0/haxelib
-D tink_stringly=0.2.0
-cp ${HAXESHIM_LIBCACHE}/tink_stringly/0.2.0/haxelib/src

-lib tink_core
3 changes: 3 additions & 0 deletions haxe_libraries/travix.hxml
@@ -0,0 +1,3 @@
# @install: lix --silent download "haxelib:travix#0.10.1" into travix/0.10.1/haxelib
-D travix=0.10.1
-cp ${HAXESHIM_LIBCACHE}/travix/0.10.1/haxelib/src
1 change: 1 addition & 0 deletions tests.hxml
@@ -1,4 +1,5 @@
-lib tink_stringly
-lib deep_equal
-lib hx3compat
-cp tests
-main RunTests

0 comments on commit 0551290

Please sign in to comment.