# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        elixir-lang elixir 1.19.2 v
github.tarball_from archive
revision            0
epoch               1
categories          lang
supported_archs     noarch
platforms           any
license             Apache-2
maintainers         {@milmazz milmazz.uno:me} {ciserlohn @ci42} \
                    {gmail.com:secsaba @secsaba} openmaintainer

description         The Elixir Programming language

long_description    Elixir is a functional, meta-programming aware language \
                    built on top of the Erlang VM. It is a dynamic language \
                    that focuses on tooling to leverage Erlang's abilities to \
                    build concurrent, distributed and fault-tolerant \
                    applications with hot code upgrades.

homepage            https://elixir-lang.org/

depends_lib         port:erlang

checksums           rmd160  76944c1cf5f154d3b54f4b76d61fbe27c74992dd \
                    sha256  3bb6ceadf0174ece79649743bccf208e9708c5a9e1570228ff25c8f7347a2209 \
                    size    3588158
# bin/mix
conflicts           arb

use_configure       no

build.target        compile

destroot.args       PREFIX=${prefix}

test.run            yes

github.livecheck.regex  {([0-9.]+)}
