18 lines
526 B
Bash
18 lines
526 B
Bash
# Template file for 'elvish'
|
|
pkgname=elvish
|
|
version=0.15.0
|
|
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/"
|
|
changelog="https://elv.sh/blog/${version}-release-notes.html"
|
|
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
|
|
checksum=761739307c68fcbc51fd46c052c0a20ae848a30dba1ce3fbb6d27f99672f58e0
|
|
register_shell="/bin/elvish"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|