d4e99767cf
Signed-off-by: Sora Morimoto <sora@morimoto.io> Closes: #24592 [via git-merge-pr]
19 lines
573 B
Bash
19 lines
573 B
Bash
# Template file for 'direnv'
|
|
pkgname=direnv
|
|
version=2.22.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=bf35d267a28dcace4109c3256f2cd7cb0ca3b8d461d2fbf848db3f65b809befd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman man/direnv-stdlib.1
|
|
vman man/direnv.1
|
|
}
|