Package Details: gleam-git 1.0.0.r60.gf125b96c7-1

Git Clone URL: https://aur.archlinux.org/gleam-git.git (read-only, click to copy)
Package Base: gleam-git
Description: A statically typed language for the Erlang VM
Upstream URL: https://github.com/gleam-lang/gleam
Licenses: Apache-2.0
Conflicts: gleam
Provides: gleam
Submitter: KokaKiwi
Maintainer: KokaKiwi
Last Packager: KokaKiwi
Votes: 0
Popularity: 0.000000
First Submitted: 2020-03-01 21:28 (UTC)
Last Updated: 2024-03-11 13:32 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

RogerDuran commented on 2022-12-06 19:48 (UTC)

LICENSE file was renamed to LICENCE, https://github.com/gleam-lang/gleam/commit/c1e5bbca876f3fedbf6966451ccda553c4373e9e

diff --git a/PKGBUILD b/PKGBUILD
index bb96fe1..db51ca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,5 +39,5 @@ package() {
   install -Dm0755 -t "${pkgdir}/usr/bin" \
     target/release/gleam

-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
 }

rockerBOO commented on 2022-04-24 22:15 (UTC)

git:// url needs to be updated to https://

fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.