16 lines
561 B
Bash
16 lines
561 B
Bash
# Template file for 'gleam'
|
|
pkgname=gleam
|
|
version=1.1.0
|
|
revision=1
|
|
build_style=cargo
|
|
make_install_args="--path=compiler-cli"
|
|
depends="erlang rebar3"
|
|
checkdepends="git"
|
|
short_desc="Statically typed language for the Erlang VM"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://gleam.run/"
|
|
changelog="https://raw.githubusercontent.com/gleam-lang/gleam/main/CHANGELOG.md"
|
|
distfiles="https://github.com/gleam-lang/gleam/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=472fb4725fd1c052a7a884eec3c0e5fd9d423a9f01303f3227e65025ec9b7c42
|