2016-11-01 04:38:33 +01:00
|
|
|
# Template file for 'elvish'
|
|
|
|
pkgname=elvish
|
2017-07-05 03:58:02 +02:00
|
|
|
version=0.9
|
2017-05-31 07:20:43 +02:00
|
|
|
revision=1
|
2016-11-01 04:38:33 +01:00
|
|
|
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"
|
2017-07-05 03:58:02 +02:00
|
|
|
checksum=41aed14f500813c884a0a8b6c4ebbcdf233b2d139f1d10cea697d597007f1698
|
2016-11-01 04:38:33 +01:00
|
|
|
register_shell="/bin/elvish"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|