void-packages/srcpkgs/direnv/template

19 lines
499 B
Bash
Raw Normal View History

2016-12-01 10:53:31 +00:00
# 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
}