diff --git a/srcpkgs/direnv/template b/srcpkgs/direnv/template new file mode 100644 index 00000000000..92539ced439 --- /dev/null +++ b/srcpkgs/direnv/template @@ -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 " +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 +}