diff --git a/srcpkgs/lfe/template b/srcpkgs/lfe/template index 314c5b9563f..8cf5d2e7766 100644 --- a/srcpkgs/lfe/template +++ b/srcpkgs/lfe/template @@ -1,6 +1,6 @@ # Template file for 'lfe' pkgname=lfe -version=1.0.1 +version=1.0.2 revision=1 noarch=yes hostmakedepends="erlang" @@ -10,7 +10,7 @@ maintainer="Michael Gehring " license="Apache-2.0" homepage="http://lfe.io/" distfiles="https://github.com/rvirding/lfe/archive/v${version}.tar.gz" -checksum=e83ac5f917971fb6546e5a4590d8b8b0c4b7798e78be8b65623fdf4735e9262a +checksum=a722b0fca85de8928d9c56da1946a94d892f582471347711296ae898652bb4d1 do_build() { make @@ -21,7 +21,11 @@ do_install() { vbin bin/${b} done - for f in doc/*; do + for m in doc/man/*; do + vman ${m} + done + + for f in doc/{*.txt,*.md}; do vdoc ${f} done