Merge pull request #5096 from diogoleal/elvish

New package: elvish-0.5
This commit is contained in:
Toyam Cox 2016-11-06 11:40:30 -05:00 committed by GitHub
commit 74960510a6
1 changed files with 17 additions and 0 deletions

17
srcpkgs/elvish/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'elvish'
pkgname=elvish
version=0.5
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=238b3ccb09675612b064ad1a9d02d73e3ceadfbc6194f7f7301350cb58d58fbb
register_shell="/bin/elvish"
post_install() {
vlicense LICENSE
}