void-packages/srcpkgs/elvish/template
Cameron Nemo b38b0934b4 elvish: fix distfiles.
Closes: #5878 [via git-merge-pr]
2018-12-15 15:36:13 -08:00

17 lines
462 B
Bash

# Template file for 'elvish'
pkgname=elvish
version=0.12
revision=3
build_style=go
go_import_path="github.com/elves/elvish"
short_desc="Novel Unix shell"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="BSD-2-Clause"
homepage="https://elv.sh/"
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
checksum=edd03f4acf50beb03a663804e4da8b9d13805d471245c47c1b71f24c125cb9a2
register_shell="/bin/elvish"
post_install() {
vlicense LICENSE
}