From d978a115ef800c22e5cc1a30d075b26c896cabad Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Mon, 2 Oct 2023 15:51:09 -0500 Subject: Be clear about authorship --- README.md | 11 ++++++----- gnunet/gnunet.SlackBuild | 2 +- google-go-lang/google-go-lang.info | 5 +++-- jansson/jansson.info | 1 + pkgtools-go/pkgtools-go.SlackBuild | 2 +- taler-exchange/taler-exchange.SlackBuild | 2 +- taler-merchant/taler-merchant.SlackBuild | 2 +- 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 -- cgit v1.2.3