17 lines
473 B
Bash
17 lines
473 B
Bash
# Template file for 'elvish'
|
|
pkgname=elvish
|
|
version=0.10.1
|
|
revision=2
|
|
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=a1ba39076cc45b24a8763174978805fa93c8713641d0e1715e9ada7d1122ab49
|
|
register_shell="/bin/elvish"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|