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