commit d978a115ef800c22e5cc1a30d075b26c896cabad
parent 0b10d95fdb4e15ac732780faff726c6fa495d552
Author: Slack Coder <slackcoder@server.ky>
Date: Mon, 2 Oct 2023 15:51:09 -0500
Be clear about authorship
Diffstat:
7 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
@@ -1,11 +1,12 @@
# Slack Coder's SlackBuilds
-A collection of scripts to build Slackware packages from application source
-code. The scripts follow SlackBuild.org's approach. Some here will be updated
-or modified versions from their collection.
+A collection of [slack build scripts](https://slackbuilds.org/howto/) to build
+Slackware packages from application source code. A notable policy difference
+here is to use the application's official source code location.
-A notable policy difference here is to use the application's official source
-code location.
+Not all are my own, are copied from elsewhere with only the download location
+and version updated. This will be clear from the copyright notice or build tag
+in the SlackBuild script.
## See Also
diff --git a/gnunet/gnunet.SlackBuild b/gnunet/gnunet.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=gnunet
VERSION=${VERSION:-0.15.3}
BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
+TAG=${TAG:-_slackcoder}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/google-go-lang/google-go-lang.info b/google-go-lang/google-go-lang.info
@@ -7,5 +7,6 @@ MD5SUM=""
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Vincent Batts"
-EMAIL="vbatts@hashbangbash.com"
+MAINTAINER="Slack Coder"
+EMAIL="slackcoder@server.ky"
+TAG="_slackcoder"
diff --git a/jansson/jansson.info b/jansson/jansson.info
@@ -8,3 +8,4 @@ MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Slack Coder"
EMAIL="slackcoder@server.ky"
+TAG="_slackcoder"
diff --git a/pkgtools-go/pkgtools-go.SlackBuild b/pkgtools-go/pkgtools-go.SlackBuild
@@ -5,7 +5,7 @@
PRGNAM=pkgtools-go
VERSION=${VERSION:-0.0.5}
BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
+TAG=${TAG:-_slackcoder}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/taler-exchange/taler-exchange.SlackBuild b/taler-exchange/taler-exchange.SlackBuild
@@ -3,7 +3,7 @@
PRGNAM=taler-exchange
VERSION=${VERSION:-0.8.4}
BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
+TAG=${TAG:-_slackcoder}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/taler-merchant/taler-merchant.SlackBuild b/taler-merchant/taler-merchant.SlackBuild
@@ -3,7 +3,7 @@
PRGNAM=taler-merchant
VERSION=${VERSION:-0.8.3}
BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
+TAG=${TAG:-_slackcoder}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in