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