slackbuilds

My Slackbuilds
git clone git://git.server.ky/slackcoder/slackbuilds
Log | Files | Refs | README

commit a51d0c16b9b690d233c340afc2e50a9021ebe9b3
parent e0546ce722021aab85a19bdb3f78ddd25a9bda95
Author: Slack Coder <slackcoder@server.ky>
Date:   Tue,  7 Oct 2025 15:45:17 -0500

remove pkgtools-go

Diffstat:
Dpkgtools-go/README | 5-----
Dpkgtools-go/pkgtools-go.SlackBuild | 63---------------------------------------------------------------
Dpkgtools-go/pkgtools-go.info | 10----------
Dpkgtools-go/slack-desc | 19-------------------
4 files changed, 0 insertions(+), 97 deletions(-)

diff --git a/pkgtools-go/README b/pkgtools-go/README @@ -1,5 +0,0 @@ -An alternative set of Slackware's core package management tools written in -Golang. - -The package includes only the installpkg and removepkg commands installed into -your /usr/sbin directory. The original pkgtools remain untouched in /sbin. diff --git a/pkgtools-go/pkgtools-go.SlackBuild b/pkgtools-go/pkgtools-go.SlackBuild @@ -1,63 +0,0 @@ -#!/bin/bash - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=pkgtools-go -VERSION=${VERSION:-0.0.5} -BUILD=${BUILD:-1} -TAG=${TAG:-_slackcoder} -PKGTYPE=${PKGTYPE:-txz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP="${TMP:-/tmp/SBo}" -PKG="$TMP/package-$PRGNAM" -OUTPUT="${OUTPUT:-/tmp}" - -set -e - -rm -rf "$PKG" -mkdir -p "$TMP" "$PKG" "$OUTPUT" -cd "$TMP" -chmod -R u+w "$PRGNAM-$VERSION" || true -rm -rf "$PRGNAM-$VERSION" -tar xvf "$CWD/$PRGNAM-$VERSION.tar.gz" -cd "$PRGNAM-$VERSION" -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -# Point go to the location of the source tree -export GOPATH="$TMP/$PRGNAM-$VERSION.gopath" -export GOBIN="$PKG/usr/sbin" - -go install \ - -ldflags="-linkmode external -extldflags -static" \ - -a -x ./... - -mkdir -p "$PKG/usr/doc/$PRGNAM-$VERSION" -cp -a \ - README.md \ - "$PKG/usr/doc/$PRGNAM-$VERSION" -cat "$CWD/$PRGNAM.SlackBuild" > "$PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild" - -mkdir -p "$PKG/install" -cat "$CWD/slack-desc" > "$PKG/install/slack-desc" - -cd "$PKG" -/sbin/makepkg -l y -c n "$OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE - diff --git a/pkgtools-go/pkgtools-go.info b/pkgtools-go/pkgtools-go.info @@ -1,10 +0,0 @@ -PRGNAM="pkgtools-go" -VERSION="0.0.5" -HOMEPAGE="https://git.server.ky/slackcoder/pkgtools-go/about" -DOWNLOAD="https://git.server.ky/slackcoder/pkgtools-go/snapshot/pkgtools-go-0.0.5.tar.gz" -MD5SUM="b36be60306613c873dbe723e1e857fd9" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="google-go-lang" -MAINTAINER="Slack Coder" -EMAIL="slackcoder@server.ky" diff --git a/pkgtools-go/slack-desc b/pkgtools-go/slack-desc @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -pkgtools-go: pkgtools-go (pkgtools but in Golang) -pkgtools-go: -pkgtools-go: An alternative set of slackware package management tools. -pkgtools-go: -pkgtools-go: -pkgtools-go: -pkgtools-go: -pkgtools-go: -pkgtools-go: -pkgtools-go: -pkgtools-go: