dev-lang/arc: move from dev-lisp/arc

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć
2021-11-12 12:27:43 +01:00
parent 860c53c506
commit b31a23d494
4 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit wrapper
DESCRIPTION="New dialect of Lisp, works well for basic web apps"
HOMEPAGE="http://www.arclanguage.org/"
SRC_URI="http://www.arclanguage.org/${PN}${PV}.tar -> ${P}.tar"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-scheme/racket"
S="${WORKDIR}/${PN}${PV}"
src_compile() {
:
}
src_install() {
dodoc "copyright" "how-to-run-news"
rm "copyright" "how-to-run-news" || die
insinto "/usr/share/arc"
doins -r *
make_wrapper "${PN}" "racket -f ./as.scm" "/usr/share/arc"
}