Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (48f22cc9f4ecf4b057c2ed5f07f8373e2470975f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (48f22cc9f4ecf4b057c2ed5f07f8373e2470975f)
  • Date: Mon, 20 May 2019 00:08:08 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
devel/samurai/BUILD | 1 +
devel/samurai/DETAILS | 15 +++++++++++++++
devel/samurai/HISTORY | 2 ++
devel/samurai/INSTALL | 1 +
5 files changed, 23 insertions(+)

New commits:
commit 48f22cc9f4ecf4b057c2ed5f07f8373e2470975f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

samurai: new spell, ninja-compatible build tool written in C

diff --git a/ChangeLog b/ChangeLog
index a144542..ad101ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-20 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/samurai: new spell, ninja-compatible build tool written
+ in C
+
2019-05-19 Remko van der Vossen <wich AT sourcemage.org>
* gnu/gcc49: new spell, 4.9.x branch of gcc

diff --git a/devel/samurai/BUILD b/devel/samurai/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/devel/samurai/BUILD
@@ -0,0 +1 @@
+make
diff --git a/devel/samurai/DETAILS b/devel/samurai/DETAILS
new file mode 100755
index 0000000..325577e
--- /dev/null
+++ b/devel/samurai/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=samurai
+ VERSION=0.6
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]="https://github.com/michaelforney/$SPELL/releases/download/$VERSION/$SOURCE";
+
SOURCE_HASH=sha512:c111a20b1f85877b1ed68b1e40f8972e15dba3a7e58380103352fa975170598f7ecd591ca173e270ba6039026967d4bb5a5d2f80a963c64b39d36160a85574b4
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/michaelforney/samurai";
+ LICENSE[0]="Apache-2.0"
+ ENTERED=20190520
+ KEYWORDS=""
+ SHORT="ninja-compatible build tool written in C"
+cat << EOF
+Samurai is a ninja-compatible build tool written in C99 with a focus on
+simplicity, speed, and portability.
+EOF
diff --git a/devel/samurai/HISTORY b/devel/samurai/HISTORY
new file mode 100644
index 0000000..2dd2b8f
--- /dev/null
+++ b/devel/samurai/HISTORY
@@ -0,0 +1,2 @@
+2019-05-20 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/devel/samurai/INSTALL b/devel/samurai/INSTALL
new file mode 100755
index 0000000..7bf1215
--- /dev/null
+++ b/devel/samurai/INSTALL
@@ -0,0 +1 @@
+make PREFIX="$INSTALL_ROOT/usr" install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (48f22cc9f4ecf4b057c2ed5f07f8373e2470975f), Ismael Luceno, 05/19/2019

Archive powered by MHonArc 2.6.24.

Top of Page