void-packages/srcpkgs/direnv/template
2016-12-11 07:47:46 -02:00

18 lines
500 B
Bash

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