lfe: update to 1.0.2.

This commit is contained in:
Michael Gehring 2016-04-13 18:44:31 +02:00
parent 432ff26074
commit b0cd36eb67
1 changed files with 7 additions and 3 deletions

View File

@ -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 <mg@ebfe.org>"
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