void-packages/srcpkgs/direnv/template
Sora Morimoto b28fedede3 direnv: update to 2.24.0
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2020-11-19 09:49:46 -03:00

19 lines
573 B
Bash

# Template file for 'direnv'
pkgname=direnv
version=2.24.0
revision=1
build_style=go
go_import_path=github.com/direnv/direnv
short_desc="Environment switcher for the shell"
maintainer="Sora Morimoto <sora@morimoto.io>"
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=a0993912bc6e89580bc8320d3c9b3e70ccd6aa06c1d847a4d9174bee8a8b9431
post_install() {
vlicense LICENSE
vman man/direnv-stdlib.1
vman man/direnv.1
}