mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-lang: moved arc to ::gentoo
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST arc-3.2.tar 276480 BLAKE2B a25695e4b90160d03e534bc7dcff194e922b8463ed9984523ee89fca7d6423e7f0f296118fa3f6046d988e6047e87dc609a56869e19d09435403320b5882f2b8 SHA512 f79cdb9b591582683e18afce24da935e8ab04ba837c5d19ae971bf9ec4abc038e6aeb712f36ffd1111e8d9fbb7a09889425294a15d546e9e6226b296294cc2a1
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
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"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}${PV}"
|
||||
|
||||
src_compile() {
|
||||
local mod
|
||||
for mod in ac brackets ; do
|
||||
raco make --vv ./${mod}.scm
|
||||
done
|
||||
}
|
||||
|
||||
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 --load ./as.scm" /usr/share/arc
|
||||
}
|
||||
@@ -1,18 +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>
|
||||
Reference in New Issue
Block a user