lfe: update to 1.0.2.
This commit is contained in:
parent
432ff26074
commit
b0cd36eb67
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user