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