New package: direnv-2.9.0

This commit is contained in:
Diogo Leal 2016-12-01 08:53:31 -02:00
parent 48f993eba8
commit d7207a8883
1 changed files with 18 additions and 0 deletions

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
}