New package: lfe-1.0
This commit is contained in:
parent
6a2c2232ef
commit
c63a03e413
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'lfe'
|
||||
pkgname=lfe
|
||||
version=1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
hostmakedepends="erlang"
|
||||
depends="erlang"
|
||||
short_desc="Lisp flavoured erlang"
|
||||
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=a335f593faf96fadbe9d049c5be5d331ba19628bd5dd41cedcbc62bb7c597fe7
|
||||
|
||||
do_build() {
|
||||
make
|
||||
}
|
||||
|
||||
do_install() {
|
||||
for b in lfe lfec lfescript; do
|
||||
vbin bin/${b}
|
||||
done
|
||||
|
||||
for f in doc/*; do
|
||||
vdoc ${f}
|
||||
done
|
||||
|
||||
vmkdir usr/lib/erlang/lib/lfe/ebin
|
||||
vcopy ebin/* usr/lib/erlang/lib/lfe/ebin
|
||||
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue