summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2022-05-23 23:55:04 +0200
committerIsmael Luceno2022-05-24 00:01:28 +0200
commit408fdbe0b8cb3c635f2ac28fcd6baff4b39383c6 (patch)
tree32418dfb7e671b5bae99dcbe80fef48909a8a46e
parent4ee786dc46e90bb1dfa48876dd7737782d8bafaa (diff)
skalibs: new spell, C development files used for building all software at skarnet.org
-rw-r--r--ChangeLog4
-rwxr-xr-xlibs/skalibs/DETAILS24
-rw-r--r--libs/skalibs/HISTORY2
3 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45af277fd3..eb19ba4fb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-05-23 Ismael Luceno <ismael@sourcemage.org>
+ * libs/skalibs: new spell, C development files used for building
+ all software at skarnet.org
+
2022-05-22 Florian Franzmann <bwlf@bandrate.org>
* MESON_CONFIGURE: sort build options by usefulness
diff --git a/libs/skalibs/DETAILS b/libs/skalibs/DETAILS
new file mode 100755
index 0000000000..f120929d4d
--- /dev/null
+++ b/libs/skalibs/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=skalibs
+ VERSION=2.11.2.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://skarnet.org/software/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:174e92be03cfb8ee41d9dc78bfd183a435d01481ad9835b74b38e000012cf6fbadd30f97c27203dbc942102641349626f92000510636dc73f413a5aebd7f7942
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://skarnet.org/software/skalibs/"
+ LICENSE[0]="ISC"
+ ENTERED=20220523
+ KEYWORDS=""
+ SHORT="C development files used for building all software at skarnet.org"
+cat << EOF
+skalibs is a package centralizing the free software / open source C development
+files used for building all software at skarnet.org: it contains essentially
+general-purpose libraries. You will need to install skalibs if you plan to
+build skarnet.org software. The point is that you won't have to download and
+compile big libraries, and care about portability issues, everytime you need
+to build a package: do it only once.
+
+skalibs can also be used as a sound basic start for C development. There
+are a lot of general-purpose libraries out there; but if your main goal
+is to produce small and secure C code with a focus on system programming,
+skalibs might be for you.
+EOF
diff --git a/libs/skalibs/HISTORY b/libs/skalibs/HISTORY
new file mode 100644
index 0000000000..a3e53562bf
--- /dev/null
+++ b/libs/skalibs/HISTORY
@@ -0,0 +1,2 @@
+2022-05-23 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: spell created