New package: elvish-0.5

This commit is contained in:
Diogo Leal 2016-11-01 01:38:33 -02:00
parent b82eb00865
commit 18d7fa389d
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
}