b38b0934b4
Closes: #5878 [via git-merge-pr]
17 lines
462 B
Bash
17 lines
462 B
Bash
# Template file for 'elvish'
|
|
pkgname=elvish
|
|
version=0.12
|
|
revision=3
|
|
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=edd03f4acf50beb03a663804e4da8b9d13805d471245c47c1b71f24c125cb9a2
|
|
register_shell="/bin/elvish"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|