75de0cef28
Signed-off-by: Sora Morimoto <sora@morimoto.io>
19 lines
573 B
Bash
19 lines
573 B
Bash
# Template file for 'direnv'
|
|
pkgname=direnv
|
|
version=2.23.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=d28bc959680a309d0d54f754edfe622cdde14a4b806fdd32d285d47a322098b9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman man/direnv-stdlib.1
|
|
vman man/direnv.1
|
|
}
|