void-packages/srcpkgs/direnv/template

19 lines
500 B
Bash
Raw Normal View History

2016-12-01 10:53:31 +00:00
# Template file for 'direnv'
pkgname=direnv
2016-12-11 09:47:46 +00:00
version=2.10.0
2017-01-30 17:08:16 +00:00
revision=2
2016-12-01 10:53:31 +00: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"
2016-12-11 09:47:46 +00:00
checksum=0eb3a45b01dafa0d5fb9809c699820494168b74b5b723974af3370fa80e5bec0
2016-12-01 10:53:31 +00:00
post_install() {
vlicense LICENSE.md
vman man/direnv-stdlib.1
vman man/direnv.1
}