void-packages/srcpkgs/direnv/template
2019-01-12 11:30:37 -02:00

19 lines
576 B
Bash

# Template file for 'direnv'
pkgname=direnv
version=2.19.0
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=b4ad422091b6480b072db2e878c860dc17847fb4f8e4419ed90f59866e100b59
post_install() {
vlicense LICENSE.md
vman man/direnv-stdlib.1
vman man/direnv.1
}