Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (0ab7c6d7ae5df2940d8338ea34880e76da9d476c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (0ab7c6d7ae5df2940d8338ea34880e76da9d476c)
  • Date: Wed, 22 Mar 2023 02:01:01 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
devel/crystal-shards/BUILD | 1 +
devel/crystal-shards/DEPENDS | 2 ++
devel/crystal-shards/DETAILS | 16 ++++++++++++++++
devel/crystal-shards/HISTORY | 3 +++
devel/crystal-shards/INSTALL | 1 +
6 files changed, 24 insertions(+)

New commits:
commit 0ab7c6d7ae5df2940d8338ea34880e76da9d476c
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

crystal-shards: new spell, dependency manager for crystal language

diff --git a/ChangeLog b/ChangeLog
index 1e86570..1e8ef60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2023-03-21 Conner Clere <xenanthropy AT sourcemage.org>
* utils/wdisplays: new spell, graphical screen manager for wayland
* devel/crystal-lang: new spell, crystal programming language
+ * devel/crystal-shards: new spell, dependency manager for crystal
language

2023-03-20 Pavel Vinogradov <public AT sourcemage.org>
* wm-addons/hyprpaper: new spell, a blazing fast wayland wallpaper
utility
diff --git a/devel/crystal-shards/BUILD b/devel/crystal-shards/BUILD
new file mode 100755
index 0000000..bbe25b9
--- /dev/null
+++ b/devel/crystal-shards/BUILD
@@ -0,0 +1 @@
+DESTDIR="${INSTALL_ROOT}/" PREFIX="/usr" make CRFLAGS=--release
diff --git a/devel/crystal-shards/DEPENDS b/devel/crystal-shards/DEPENDS
new file mode 100755
index 0000000..0b762e6
--- /dev/null
+++ b/devel/crystal-shards/DEPENDS
@@ -0,0 +1,2 @@
+depends crystal-lang &&
+depends man
diff --git a/devel/crystal-shards/DETAILS b/devel/crystal-shards/DETAILS
new file mode 100755
index 0000000..2388967
--- /dev/null
+++ b/devel/crystal-shards/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=crystal-shards
+ SPELLX=shards
+ VERSION=0.17.2
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+
SOURCE_URL[0]=https://github.com/crystal-lang/${SPELLX}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha256:ca3963512db8316b3624c0fba57f803419d67502416fe44938a27aa616cf9d70
+ LICENSE[0]=APACHE
+ WEB_SITE=https://github.com/crystal-lang/shards
+ ENTERED=20230321
+ KEYWORDS="crystal shards"
+ SHORT="dependency manager for crystal language"
+cat << EOF
+Manages dependencies for Crystal projects and libraries with
+reproducible installs across computers and systems.
+EOF
diff --git a/devel/crystal-shards/HISTORY b/devel/crystal-shards/HISTORY
new file mode 100644
index 0000000..7e80cf5
--- /dev/null
+++ b/devel/crystal-shards/HISTORY
@@ -0,0 +1,3 @@
+2023-03-21 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, INSTALL, DEPENDS, DETAILS: ver 0.17.2, new spell
+
diff --git a/devel/crystal-shards/INSTALL b/devel/crystal-shards/INSTALL
new file mode 100755
index 0000000..334add3
--- /dev/null
+++ b/devel/crystal-shards/INSTALL
@@ -0,0 +1 @@
+DESTDIR="${INSTALL_ROOT}/" PREFIX="/usr" make install



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (0ab7c6d7ae5df2940d8338ea34880e76da9d476c), Conner Clere, 03/21/2023

Archive powered by MHonArc 2.6.24.

Top of Page