void-packages/srcpkgs/elvish/template
Diogo Leal 3f8899d08d elvish: update to 0.9
Closes: #6959 [via git-merge-pr]
2017-07-04 20:21:11 -07:00

17 lines
470 B
Bash

# Template file for 'elvish'
pkgname=elvish
version=0.9
revision=1
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"
checksum=41aed14f500813c884a0a8b6c4ebbcdf233b2d139f1d10cea697d597007f1698
register_shell="/bin/elvish"
post_install() {
vlicense LICENSE
}