2016-12-01 11:53:31 +01:00
|
|
|
# Template file for 'direnv'
|
|
|
|
pkgname=direnv
|
2017-07-01 17:42:09 +02:00
|
|
|
version=2.12.0
|
|
|
|
revision=1
|
2016-12-01 11:53:31 +01: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"
|
2017-07-01 17:42:09 +02:00
|
|
|
checksum=a86d91ba34f2e72659e0ac114fcadc22c4e813ea88a70320e5b06a2702219df1
|
2016-12-01 11:53:31 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.md
|
|
|
|
vman man/direnv-stdlib.1
|
|
|
|
vman man/direnv.1
|
|
|
|
}
|