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

@@ -1 +0,0 @@
DIST arc-3.2.tar 276480 BLAKE2B a25695e4b90160d03e534bc7dcff194e922b8463ed9984523ee89fca7d6423e7f0f296118fa3f6046d988e6047e87dc609a56869e19d09435403320b5882f2b8 SHA512 f79cdb9b591582683e18afce24da935e8ab04ba837c5d19ae971bf9ec4abc038e6aeb712f36ffd1111e8d9fbb7a09889425294a15d546e9e6226b296294cc2a1

View File

@@ -1,32 +0,0 @@
# 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"
}

View File

@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@riseup.net</email>
<name>Maciej Barć</name>
</maintainer>
<longdescription lang="en">
Arc is designed for exploratory programming: the kind where you
decide what to write by writing it. A good medium for exploratory
programming is one that makes programs brief and malleable,
so that's what we've aimed for. This is a medium for sketching
software.
Arc is unfinished. It's missing things you'd need to solve some
types of problems. But it works well for basic web apps.
</longdescription>
</pkgmetadata>