aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2023-10-02 15:51:09 -0500
committerSlack Coder <slackcoder@server.ky>2023-10-03 06:57:46 -0500
commitd978a115ef800c22e5cc1a30d075b26c896cabad (patch)
tree8886c097c73797aead16a4fd52176deff8f8536b
parent0b10d95fdb4e15ac732780faff726c6fa495d552 (diff)
downloadslackbuilds-d978a115ef800c22e5cc1a30d075b26c896cabad.tar.xz
Be clear about authorship
-rw-r--r--README.md11
-rwxr-xr-xgnunet/gnunet.SlackBuild2
-rw-r--r--google-go-lang/google-go-lang.info5
-rw-r--r--jansson/jansson.info1
-rwxr-xr-xpkgtools-go/pkgtools-go.SlackBuild2
-rwxr-xr-xtaler-exchange/taler-exchange.SlackBuild2
-rwxr-xr-xtaler-merchant/taler-merchant.SlackBuild2
7 files changed, 14 insertions, 11 deletions
diff --git a/README.md b/README.md
index a905066..6ebcd1e 100644
--- 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
index 81b7cac..0a00c26 100755
--- 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
index e5b9570..442aa55 100644
--- 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
index 4aa19d1..8c5cd09 100644
--- 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
index 01f80c7..52bac4f 100755
--- 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
index fe14479..5e59b9f 100755
--- 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
index c147e19..33d9a8d 100755
--- 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