16 lines
583 B
Bash
16 lines
583 B
Bash
# Template file for 'elixir'
|
|
pkgname=elixir
|
|
version=1.10.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_check_target="test"
|
|
hostmakedepends="erlang"
|
|
depends="erlang>=21"
|
|
checkdepends="git"
|
|
short_desc="Functional, concurrent, general-purpose programming language"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="http://elixir-lang.org/"
|
|
changelog="https://github.com/elixir-lang/elixir/raw/v1.9/CHANGELOG.md"
|
|
distfiles="https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz"
|
|
checksum=5adffcf4389aa82fcfbc84324ebbfa095fc657a0e15b2b055fc05184f96b2d50
|