2016-12-01 10:53:31 +00:00
|
|
|
# Template file for 'direnv'
|
|
|
|
pkgname=direnv
|
2017-10-01 15:33:28 +00:00
|
|
|
version=2.13.1
|
2017-09-25 01:40:19 +00:00
|
|
|
revision=1
|
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/"
|
2017-10-01 15:33:28 +00:00
|
|
|
distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz"
|
|
|
|
checksum=eea1d4eb4c95c1a6d41bb05a35ed0e106d497f10761e5d0e1c3b87d07c70c7b4
|
2016-12-01 10:53:31 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.md
|
|
|
|
vman man/direnv-stdlib.1
|
|
|
|
vman man/direnv.1
|
|
|
|
}
|