void-packages/srcpkgs/elvish/template
2022-01-07 20:13:56 +01:00

22 lines
595 B
Bash

# Template file for 'elvish'
pkgname=elvish
version=0.17.0
revision=1
build_style=go
go_import_path="src.elv.sh/cmd/elvish"
short_desc="Novel Unix shell"
maintainer="Diogo Leal <diogo@diogoleal.com>"
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=0e255849723129d8c4dc24f67656e651b4e4b7566bc16009109ba76099681fa1
register_shell="/bin/elvish"
# fix: collect2: fatal error: cannot find 'ld'
LDFLAGS="-fuse-ld=bfd"
post_install() {
vlicense LICENSE
}