# Template file for 'elixir' pkgname=elixir version=1.18.4 revision=1 build_style=gnu-makefile make_check_target="test_erlang test_elixir" hostmakedepends="erlang" depends="erlang>=24" checkdepends="git" short_desc="Functional, concurrent, general-purpose programming language" maintainer="Duncaen " license="Apache-2.0" homepage="https://elixir-lang.org/" changelog="https://raw.githubusercontent.com/elixir-lang/elixir/v${version%.*}/CHANGELOG.md" distfiles="https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz" checksum=8e136c0a92160cdad8daa74560e0e9c6810486bd232fbce1709d40fcc426b5e0 do_check() { ERL_EPMD_PORT=5369 make ${make_check_target} # The elixir test suite starts up epmd and then doesn't kill it again afterwards. epmd -port 5369 -kill }