dc8cae5c4b
Closes #14277. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
19 lines
582 B
Bash
19 lines
582 B
Bash
# Template file for 'direnv'
|
|
pkgname=direnv
|
|
version=2.16.0
|
|
revision=1
|
|
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="https://direnv.net/"
|
|
#changelog="https://raw.githubusercontent.com/direnv/direnv/master/CHANGELOG.md"
|
|
distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz"
|
|
checksum=a17eb4e3ba7600699541a0ac1d7e820b6faf1f2dcda02f791f6e69548d7bb0aa
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
vman man/direnv-stdlib.1
|
|
vman man/direnv.1
|
|
}
|