public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-lisp/arc/
@ 2021-06-06  8:14 Jian Lin
  0 siblings, 0 replies; only message in thread
From: Jian Lin @ 2021-06-06  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1c090b0a1916933e2a1e52b9ae54e7d265b5582f
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Sat Jun  5 13:31:58 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Sat Jun  5 13:31:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c090b0a

dev-lisp/arc: add version 3.2

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 dev-lisp/arc/Manifest       |  1 +
 dev-lisp/arc/arc-3.2.ebuild | 32 ++++++++++++++++++++++++++++++++
 dev-lisp/arc/metadata.xml   | 17 +++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-lisp/arc/Manifest b/dev-lisp/arc/Manifest
new file mode 100644
index 000000000..a76b4454e
--- /dev/null
+++ b/dev-lisp/arc/Manifest
@@ -0,0 +1 @@
+DIST arc-3.2.tar 276480 BLAKE2B a25695e4b90160d03e534bc7dcff194e922b8463ed9984523ee89fca7d6423e7f0f296118fa3f6046d988e6047e87dc609a56869e19d09435403320b5882f2b8 SHA512 f79cdb9b591582683e18afce24da935e8ab04ba837c5d19ae971bf9ec4abc038e6aeb712f36ffd1111e8d9fbb7a09889425294a15d546e9e6226b296294cc2a1

diff --git a/dev-lisp/arc/arc-3.2.ebuild b/dev-lisp/arc/arc-3.2.ebuild
new file mode 100644
index 000000000..cf39b3457
--- /dev/null
+++ b/dev-lisp/arc/arc-3.2.ebuild
@@ -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"
+}

diff --git a/dev-lisp/arc/metadata.xml b/dev-lisp/arc/metadata.xml
new file mode 100644
index 000000000..adac8fa34
--- /dev/null
+++ b/dev-lisp/arc/metadata.xml
@@ -0,0 +1,17 @@
+<?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>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-06  8:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-06  8:14 [gentoo-commits] repo/proj/guru:master commit in: dev-lisp/arc/ Jian Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox