mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
parent
56a6722838
commit
80476de652
1 changed files with 16 additions and 0 deletions
16
srcpkgs/gleam/template
Normal file
16
srcpkgs/gleam/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'gleam'
|
||||
pkgname=gleam
|
||||
version=0.28.0
|
||||
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"
|
||||
distfiles="https://github.com/gleam-lang/gleam/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=8fe0395b2f9e22426992666270c8bf0b303e52145d5e176e302a9a9d584ed07c
|
Loading…
Add table
Reference in a new issue