void-packages/srcpkgs/direnv/template
2017-04-07 19:10:16 +00:00

18 lines
500 B
Bash

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