mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
Merge pull request #5263 from diogoleal/direnv
New package: direnv-2.9.0
This commit is contained in:
commit
c4ae7373fc
1 changed files with 18 additions and 0 deletions
18
srcpkgs/direnv/template
Normal file
18
srcpkgs/direnv/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'direnv'
|
||||||
|
pkgname=direnv
|
||||||
|
version=2.9.0
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/direnv/direnv"
|
||||||
|
short_desc="An environment switcher for the shell"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://direnv.net/"
|
||||||
|
distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz"
|
||||||
|
checksum=023d9d7e1c52596000d1f4758b2f5677eb1624d39d5ed6d7dbd1d4f4b5d86313
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
vman man/direnv-stdlib.1
|
||||||
|
vman man/direnv.1
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue