mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 04:53:01 +02:00
19 lines
650 B
Bash
19 lines
650 B
Bash
# Template file for 'gleam'
|
|
pkgname=gleam
|
|
version=1.12.0
|
|
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=5ea236d1eacbdf06922f99fc2c06acb0fb50c7dae713ac3106b9fabd51744a7c
|
|
|
|
post_extract() {
|
|
vsed -i -e '/Deno\|Bun/d' test-output/src/tests/echo.rs
|
|
}
|