19 lines
573 B
Bash
19 lines
573 B
Bash
# Template file for 'direnv'
|
|
pkgname=direnv
|
|
version=2.21.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=ce5551b09f71fe26111bbf94a09cfdbce14794ec9a723015b67efea804986d68
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman man/direnv-stdlib.1
|
|
vman man/direnv.1
|
|
}
|