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
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
make_install_args="--path=compiler-cli"
|
||||
makedepends="openssl-devel"
|
||||
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://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"
|
||||
checksum=39cac90cf7080c63ccfb8f9d3bd30e610c91fbb7339ab0e3b92be5ad55f3e525
|
||||
|
|
Loading…
Add table
Reference in a new issue