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