mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gleam: remove unused deps, adjust package metadata
This commit is contained in:
parent
66c6696129
commit
6efc8c2d96
1 changed files with 2 additions and 3 deletions
|
@ -3,14 +3,13 @@ pkgname=gleam
|
||||||
version=0.28.1
|
version=0.28.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
make_install_args="--path=compiler-cli"
|
make_install_args="--path=compiler-cli"
|
||||||
makedepends="openssl-devel"
|
|
||||||
depends="erlang rebar3"
|
depends="erlang rebar3"
|
||||||
checkdepends="git"
|
checkdepends="git"
|
||||||
short_desc="Statically typed language for the Erlang VM"
|
short_desc="Statically typed language for the Erlang VM"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/gleam-lang/gleam"
|
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"
|
distfiles="https://github.com/gleam-lang/gleam/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=39cac90cf7080c63ccfb8f9d3bd30e610c91fbb7339ab0e3b92be5ad55f3e525
|
checksum=39cac90cf7080c63ccfb8f9d3bd30e610c91fbb7339ab0e3b92be5ad55f3e525
|
||||||
|
|
Loading…
Add table
Reference in a new issue