void-packages/srcpkgs/direnv/template
2018-01-25 10:00:43 +00:00

19 lines
500 B
Bash

# Template file for 'direnv'
pkgname=direnv
version=2.14.0
revision=2
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=917838827cb753153b91cb2d10c0d7c20cbaa85aa2dde520ee23653a74268ccd
post_install() {
vlicense LICENSE.md
vman man/direnv-stdlib.1
vman man/direnv.1
}