18 lines
471 B
Bash
18 lines
471 B
Bash
# Template file for 'elvish'
|
|
pkgname=elvish
|
|
version=0.10
|
|
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=94585d0ff4c124b56609e3f2a0b97bb143289400d46d2d4d3c8871c1d90f0727
|
|
register_shell="/bin/elvish"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|