18 lines
500 B
Bash
18 lines
500 B
Bash
# Template file for 'direnv'
|
|
pkgname=direnv
|
|
version=2.13.1
|
|
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=eea1d4eb4c95c1a6d41bb05a35ed0e106d497f10761e5d0e1c3b87d07c70c7b4
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
vman man/direnv-stdlib.1
|
|
vman man/direnv.1
|
|
}
|