void-packages/srcpkgs/direnv/template
maxice8 73c08d086e direnv: update to 2.15.2.
Closes: #11852 [via git-merge-pr]
2018-03-18 00:20:29 -07:00

18 lines
500 B
Bash

# Template file for 'direnv'
pkgname=direnv
version=2.15.2
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=35076978e2ccbd367043e8aa33ba4268c03270a68bac3789262dacb3b26115c2
post_install() {
vlicense LICENSE.md
vman man/direnv-stdlib.1
vman man/direnv.1
}