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