void-packages/srcpkgs/elvish/template

18 lines
470 B
Bash
Raw Normal View History

2016-11-01 04:38:33 +01:00
# Template file for 'elvish'
pkgname=elvish
2017-02-15 02:28:11 +01:00
version=0.6
2017-02-17 13:42:12 +01:00
revision=2
2016-11-01 04:38:33 +01:00
build_style=go
go_import_path="github.com/elves/elvish"
short_desc="A novel Unix shell"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="BSD"
homepage="https://github.com/elves/elvish/"
distfiles="https://github.com/elves/elvish/archive/${version}.tar.gz"
2017-02-15 02:28:11 +01:00
checksum=50ed183870ce8ef5a3d20ca9fed5bc4f6cf846b2e46ed847ef9f38c9601551f0
2016-11-01 04:38:33 +01:00
register_shell="/bin/elvish"
post_install() {
vlicense LICENSE
}