void-packages/srcpkgs/direnv/template
2019-02-09 19:05:22 -02:00

19 lines
576 B
Bash

# Template file for 'direnv'
pkgname=direnv
version=2.19.2
revision=1
build_style=go
go_import_path=github.com/direnv/direnv
short_desc="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=407e46233942277dcac133bcf9dc656c825299c611d0b22b9cd02841c4c34ffb
post_install() {
vlicense LICENSE.md
vman man/direnv-stdlib.1
vman man/direnv.1
}