void-packages/srcpkgs/direnv/template
UsernameRandomlyGenerated 07375de797 direnv: update to 2.28.0.
2021-03-15 09:11:13 -03:00

22 lines
628 B
Bash

# Template file for 'direnv'
pkgname=direnv
version=2.28.0
revision=1
build_style=go
go_import_path=github.com/direnv/direnv/v2
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=fa539c63034b6161d8238299bb516dcec79e8905cd43ff2b9559ad6bf047cc93
post_install() {
vlicense LICENSE
vman man/direnv-fetchurl.1
vman man/direnv-stdlib.1
vman man/direnv.toml.1
vman man/direnv.1
}