void-packages/srcpkgs/elvish/template
2017-05-31 02:20:43 -03:00

17 lines
470 B
Bash

# Template file for 'elvish'
pkgname=elvish
version=0.8
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=74ce8baf5dc76cf1b9aede6781331c30177c6856c1d6a55f3eb62d6af53b78bb
register_shell="/bin/elvish"
post_install() {
vlicense LICENSE
}