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.13.2
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/"
2017-10-01 17:33:28 +02:00
distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz"
checksum=04fdbd3fe7ddf496a3da41cb6e767100d8d6f6b52fef9e2217c9e330b0e6257d
2016-12-01 11:53:31 +01:00
post_install() {
vlicense LICENSE.md
vman man/direnv-stdlib.1
vman man/direnv.1
}