void-packages/srcpkgs/direnv/template

19 lines
500 B
Bash
Raw Normal View History

2016-12-01 11:53:31 +01:00
# Template file for 'direnv'
pkgname=direnv
version=2.12.0
revision=1
2016-12-01 11:53:31 +01:00
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=a86d91ba34f2e72659e0ac114fcadc22c4e813ea88a70320e5b06a2702219df1
2016-12-01 11:53:31 +01:00
post_install() {
vlicense LICENSE.md
vman man/direnv-stdlib.1
vman man/direnv.1
}