void-packages/srcpkgs/gleam/template
2025-03-14 11:29:53 +01:00

19 lines
649 B
Bash

# Template file for 'gleam'
pkgname=gleam
version=1.9.1
revision=1
build_style=cargo
make_install_args="--path=gleam-bin"
depends="erlang rebar3"
checkdepends="git erlang nodejs"
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=eacf88d2ce6f7ca06e9a0d6b8117c517a8a21593349233edb2506263d08a830f
post_extract() {
vsed -i -e '/Deno\|Bun/d' test-output/src/tests/echo.rs
}