17 lines
471 B
Bash
17 lines
471 B
Bash
# Template file for 'elvish'
|
|
pkgname=elvish
|
|
version=0.11
|
|
revision=4
|
|
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=711f67d8730990deed00c3e0c59198c8a51c8441371416faab5ef603c26010b6
|
|
register_shell="/bin/elvish"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|