17 lines
464 B
Bash
17 lines
464 B
Bash
# Template file for 'elvish'
|
|
pkgname=elvish
|
|
version=0.13.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/elves/elvish"
|
|
short_desc="Novel Unix shell"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://elv.sh/"
|
|
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
|
|
checksum=83275a4c36f66b831ba4864d1f5ffdc823616ed0a8e41b2a9a3e9fcba9279e27
|
|
register_shell="/bin/elvish"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|