Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master binary grimoire by Vlad Glagolev (def110ac693773652a3e5983cd25770d572a7ca3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master binary grimoire by Vlad Glagolev (def110ac693773652a3e5983cd25770d572a7ca3)
  • Date: Tue, 20 Aug 2024 03:33:42 +0000

GIT changes to master binary grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 3 +++
bin-crypto/age-bin/BUILD | 1 +
bin-crypto/age-bin/DETAILS | 18 ++++++++++++++++++
bin-crypto/age-bin/HISTORY | 2 ++
bin-crypto/age-bin/INSTALL | 2 ++
5 files changed, 26 insertions(+)

New commits:
commit def110ac693773652a3e5983cd25770d572a7ca3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

age-bin: new spell, simple, modern and secure encryption tool

diff --git a/ChangeLog b/ChangeLog
index f588083..f36921c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-08-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * bin-crypto/age-bin: new spell, simple, modern and secure encryption
tool
+
2024-03-05 Vlad Glagolev <stealth AT sourcemage.org>
* bin-editors/micro-bin: new spell, modern and intuitive
terminal-based
text editor
diff --git a/bin-crypto/age-bin/BUILD b/bin-crypto/age-bin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/bin-crypto/age-bin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/bin-crypto/age-bin/DETAILS b/bin-crypto/age-bin/DETAILS
new file mode 100755
index 0000000..07f16c0
--- /dev/null
+++ b/bin-crypto/age-bin/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=age-bin
+ SPELLX=${SPELL/-bin/}
+ VERSION=1.2.0
+ ARCH=amd64
+
SOURCE_HASH=sha512:f394fb33ba6b1903bdfaf887b3e2fef9687bcdb9211442db22ca41614722b4009a89b702bf4925afbd1dc933f343070bbbcfeeeb4a8148594092ff99fec590a1
+ SOURCE=${SPELLX}-v${VERSION}-linux-${ARCH}.tar.gz
+
SOURCE_URL[0]=https://github.com/FiloSottile/${SPELLX}/releases/download/v${VERSION}/${SOURCE}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}"
+ WEB_SITE=https://github.com/FiloSottile/age
+ LICENSE[0]=BSD
+ ENTERED=20240819
+ KEYWORDS="encryption ssh-key"
+ SHORT="simple, modern and secure encryption tool"
+cat << EOF
+age is a simple, modern and secure file encryption tool, format, and Go
library.
+
+It features small explicit keys, no config options, and UNIX-style
composability.
+EOF
diff --git a/bin-crypto/age-bin/HISTORY b/bin-crypto/age-bin/HISTORY
new file mode 100644
index 0000000..6a7e207
--- /dev/null
+++ b/bin-crypto/age-bin/HISTORY
@@ -0,0 +1,2 @@
+2024-08-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: created spell, version 1.2.0
diff --git a/bin-crypto/age-bin/INSTALL b/bin-crypto/age-bin/INSTALL
new file mode 100755
index 0000000..be71a68
--- /dev/null
+++ b/bin-crypto/age-bin/INSTALL
@@ -0,0 +1,2 @@
+install -vm 755 age "${INSTALL_ROOT}/usr/bin/age" &&
+install -vm 755 age-keygen "${INSTALL_ROOT}/usr/bin/age-keygen"


  • [[SM-Commit] ] GIT changes to master binary grimoire by Vlad Glagolev (def110ac693773652a3e5983cd25770d572a7ca3), Vlad Glagolev, 08/19/2024

Archive powered by MHonArc 2.6.24.

Top of Page