Merge pull request #5263 from diogoleal/direnv

New package: direnv-2.9.0
This commit is contained in:
Toyam Cox 2016-12-05 11:42:51 -05:00 committed by GitHub
commit c4ae7373fc

18
srcpkgs/direnv/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'direnv'
pkgname=direnv
version=2.9.0
revision=1
build_style=go
go_import_path="github.com/direnv/direnv"
short_desc="An environment switcher for the shell"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="http://direnv.net/"
distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz"
checksum=023d9d7e1c52596000d1f4758b2f5677eb1624d39d5ed6d7dbd1d4f4b5d86313
post_install() {
vlicense LICENSE.md
vman man/direnv-stdlib.1
vman man/direnv.1
}