lfe: remove noarch

This commit is contained in:
Đoàn Trần Công Danh 2020-11-29 09:46:52 +07:00
parent 52438e0069
commit 0334da7ddd

View file

@ -1,8 +1,7 @@
# Template file for 'lfe' # Template file for 'lfe'
pkgname=lfe pkgname=lfe
version=1.3 version=1.3
revision=1 revision=2
archs=noarch
hostmakedepends="erlang" hostmakedepends="erlang"
depends="erlang" depends="erlang"
short_desc="Lisp flavoured erlang" short_desc="Lisp flavoured erlang"
@ -10,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="http://lfe.io/" homepage="http://lfe.io/"
distfiles="https://github.com/rvirding/lfe/archive/v${version}.tar.gz" distfiles="https://github.com/rvirding/lfe/archive/v${version}.tar.gz"
checksum=1946c0df595ae49ac33fe583f359812dec6349da6acf43c1458534de3267036b checksum=04634f2c700ecedb55f4369962837792669e6be809dba90d81974198fc2b7b72
do_build() { do_build() {
make make
@ -31,6 +30,4 @@ do_install() {
vmkdir usr/lib/erlang/lib/lfe/ebin vmkdir usr/lib/erlang/lib/lfe/ebin
vcopy ebin/* usr/lib/erlang/lib/lfe/ebin vcopy ebin/* usr/lib/erlang/lib/lfe/ebin
vlicense LICENSE
} }