# Contributor: Daniel Isaksen # Contributor: Marlus Saraiva # Maintainer: Lee Starnes pkgname=elixir pkgver=1.17.2 pkgrel=0 pkgdesc="Dynamic, functional language designed for building scalable and maintainable applications" url="https://elixir-lang.org/" arch="noarch" license="Apache-2.0" depends="erlang" makedepends="erlang-dev" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz" build() { make } check() { make test } package() { make DESTDIR="$pkgdir" PREFIX=/usr install } sha512sums="f9d4983c3e7bd054a76bfe0dfa4aea483a4dd84ada432ae5a144167ff8d268499077704214eaaecfda84469c2f747a3594258ca95a7955bffde0c7b0f65985f2 elixir-1.17.2.tar.gz"