elvish: update to 0.16.3

This commit is contained in:
cinerea0 2021-09-13 22:50:38 -04:00 committed by Andrew J. Hesford
parent 684fa96106
commit e485905799

View file

@ -1,18 +1,21 @@
# Template file for 'elvish' # Template file for 'elvish'
pkgname=elvish pkgname=elvish
version=0.15.0 version=0.16.3
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/elves/elvish" go_import_path="src.elv.sh/cmd/elvish"
short_desc="Novel Unix shell" short_desc="Novel Unix shell"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://elv.sh/" homepage="https://elv.sh/"
changelog="https://elv.sh/blog/${version}-release-notes.html" changelog="https://elv.sh/blog/${version}-release-notes.html"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz" distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
checksum=761739307c68fcbc51fd46c052c0a20ae848a30dba1ce3fbb6d27f99672f58e0 checksum=ea9d594070cff58ed9caedf4619ee195bfce179f79b9a8d5e7a635ce5cbba551
register_shell="/bin/elvish" register_shell="/bin/elvish"
# fix: collect2: fatal error: cannot find 'ld'
LDFLAGS="-fuse-ld=bfd"
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }