from GITHUB_REPO to UPSTREAM_REPO

This commit is contained in:
Gwenhael Le Moine 2025-02-13 13:57:28 +01:00
parent 0abf52cbba
commit 437c972655
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
142 changed files with 391 additions and 391 deletions

View file

@ -2,7 +2,7 @@
# variables
CWD=$(pwd)
GITHUB_REPO=winterheart/broadcom-bt-firmware
UPSTREAM_REPO=https://github.com/winterheart/broadcom-bt-firmware
VERSION=${VERSION:-trunk}
BUILD=${BUILD:-1}
@ -23,7 +23,7 @@ REPOSITORY=${REPOSITORY:=/var/cache/SlackBuilds.gwh/$PRGNAM}
rm -fr $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
( cd $REPOSITORY; git pull )
[ "x$VERSION" == "xlatest" ] && VERSION=$(git tag --sort=-version:refname | head -n1)
[ "x$VERSION" == "x" ] && VERSION=trunk
@ -59,7 +59,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -3,7 +3,7 @@
# variables
CWD=$(pwd)
GITHUB_REPO=longsleep/build-pine64-image
UPSTREAM_REPO=https://github.com/longsleep/build-pine64-image
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -24,7 +24,7 @@ REPOSITORY=${REPOSITORY:=/var/cache/SlackBuilds.gwh/$PRGNAM}
rm -fr $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
( cd $REPOSITORY; git pull )
[ "x$VERSION" == "xlatest" ] && VERSION=$(git tag --sort=-version:refname | head -n1)
[ "x$VERSION" == "x" ] && VERSION=trunk
@ -60,7 +60,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -3,7 +3,7 @@
# variables
CWD=$(pwd)
GITHUB_REPO=RPi-Distro/firmware-nonfree
UPSTREAM_REPO=https://github.com/RPi-Distro/firmware-nonfree
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -24,7 +24,7 @@ REPOSITORY=${REPOSITORY:=/var/cache/SlackBuilds.gwh/$PRGNAM}
rm -fr $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
( cd $REPOSITORY; git pull )
[ "x$VERSION" == "xlatest" ] && VERSION=$(git tag --sort=-version:refname | head -n1)
[ "x$VERSION" == "x" ] && VERSION=trunk
@ -58,7 +58,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=alacritty/alacritty-theme
UPSTREAM_REPO=https://github.com/alacritty/alacritty-theme
VERSION=${VERSION:-trunk} # or VERSION=trunk
BUILD=${BUILD:-3}
@ -26,7 +26,7 @@ mkdir -p "$PKG"
# mise en place
cd $TMP || exit 1
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO}.git "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO}.git "$REPOSITORY"
cd "$REPOSITORY" || exit 1
git pull --all
@ -133,7 +133,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=mattsawyer77/alacritty-themer
UPSTREAM_REPO=https://github.com/mattsawyer77/alacritty-themer
VERSION=${VERSION:-$(curl -s https://api.github.com/repos/${GITHUB_REPO}/releases/latest | jq -r .tag_name)} # or VERSION=trunk
BUILD=${BUILD:-1}
@ -26,7 +26,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -77,7 +77,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=Eraden/amdgpud
UPSTREAM_REPO=https://github.com/Eraden/amdgpud
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=imsnif/bandwhich
UPSTREAM_REPO=https://github.com/imsnif/bandwhich
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -3,7 +3,7 @@
CWD=$(pwd)
PRGNAM=$(basename "$CWD")
GITHUB_REPO=Kron4ek/Conty
UPSTREAM_REPO=https://github.com/Kron4ek/Conty
VERSION=${VERSION:-"latest"}
ARCH=${ARCH:-$(uname -m)}
BUILD=${BUILD:-5}
@ -22,7 +22,7 @@ rm -fr "$PKG" "${TMP:?}/$PRGNAM"
mkdir -p "$PKG"
# mise en place
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO} "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO} "$REPOSITORY"
cd "$REPOSITORY" || exit 1
git reset --hard HEAD
git pull --all
@ -117,7 +117,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=sharkdp/diskus
UPSTREAM_REPO=https://github.com/sharkdp/diskus
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -2,7 +2,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=espressif/esptool
UPSTREAM_REPO=https://github.com/espressif/esptool
VERSION=${VERSION:-latest}
BUILD=1
@ -20,7 +20,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $TMP
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -49,7 +49,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
cd $PKG

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=AltraMayor/f3
UPSTREAM_REPO=https://github.com/AltraMayor/f3
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -74,7 +74,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: http://oss.digirati.com.br/f3/
$PRGNAM: https://github.com/${GITHUB_REPO}/
$PRGNAM: ${UPSTREAM_REPO}/
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=pemistahl/grex
UPSTREAM_REPO=https://github.com/pemistahl/grex
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=soywod/himalaya
UPSTREAM_REPO=https://github.com/soywod/himalaya
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -80,7 +80,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=ducaale/ht
UPSTREAM_REPO=https://github.com/ducaale/ht
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=sharkdp/hyperfine
UPSTREAM_REPO=https://github.com/sharkdp/hyperfine
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -76,7 +76,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=crystal-community/icr
UPSTREAM_REPO=https://github.com/crystal-community/icr
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -24,7 +24,7 @@ rm -fr $PKG
mkdir -p $PKG $TMP
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -66,7 +66,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=martinvonz/jj
UPSTREAM_REPO=https://github.com/martinvonz/jj
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -83,7 +83,7 @@ $PRGNAM: (working-copy-as-a-commit, undo functionality, automatic rebase,
$PRGNAM: safe replication via rsync, Dropbox, or distributed file system).
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=axkibe/lsyncd
UPSTREAM_REPO=https://github.com/axkibe/lsyncd
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -27,7 +27,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cp -R $REPOSITORY $TMP/$PRGNAM
cd $TMP/$PRGNAM

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=lunaryorn/mdcat
UPSTREAM_REPO=https://github.com/lunaryorn/mdcat
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=motion
GITHUB_REPO=Motion-Project/motion
UPSTREAM_REPO=https://github.com/Motion-Project/motion
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
TAG=${TAG:-gwh}
@ -61,7 +61,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=NilsIrl/MozWire
UPSTREAM_REPO=https://github.com/NilsIrl/MozWire
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=nemuTUI/nemu
UPSTREAM_REPO=https://github.com/nemuTUI/nemu
VERSION=${VERSION:-latest}
BUILD=1
@ -25,7 +25,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -77,7 +77,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=nushell/nushell
UPSTREAM_REPO=https://github.com/nushell/nushell
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=chmln/sd
UPSTREAM_REPO=https://github.com/chmln/sd
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=dbrgn/tealdeer
UPSTREAM_REPO=https://github.com/dbrgn/tealdeer
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=dduan/tre
UPSTREAM_REPO=https://github.com/dduan/tre
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM: - output in colors, respecting LS_COLORS settings when they exist.
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=alexhallam/tv
UPSTREAM_REPO=https://github.com/alexhallam/tv
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=atanunq/viu
UPSTREAM_REPO=https://github.com/atanunq/viu
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=Valloric/ycmd
UPSTREAM_REPO=https://github.com/Valloric/ycmd
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=cjbassi/ytop
UPSTREAM_REPO=https://github.com/cjbassi/ytop
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=crystal-ameba/ameba
UPSTREAM_REPO=https://github.com/crystal-ameba/ameba
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -27,7 +27,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cp -R $REPOSITORY $TMP/$PRGNAM
cd $TMP/$PRGNAM
@ -67,7 +67,7 @@ $PRGNAM: constructions.
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -11,7 +11,7 @@ PKG=$TMP/pkg-$PRGNAM
REPOSITORY=/var/cache/SlackBuilds.gwh/$PRGNAM
GITHUB_REPO=postmodern/chruby
UPSTREAM_REPO=https://github.com/postmodern/chruby
VERSION=${VERSION:-latest}
ARCH='noarch'
@ -24,7 +24,7 @@ SLCKFLAGS="-fPIC -O2"
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -71,7 +71,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=rbspy/rbspy
UPSTREAM_REPO=https://github.com/rbspy/rbspy
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=postmodern/ruby-install
UPSTREAM_REPO=https://github.com/postmodern/ruby-install
VERSION=${VERSION:-latest}
TAG=gwh
@ -21,7 +21,7 @@ PREFIX=/usr
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -67,7 +67,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=crystal-lang-tools/scry
UPSTREAM_REPO=https://github.com/crystal-lang-tools/scry
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -27,7 +27,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cp -R $REPOSITORY $TMP/$PRGNAM
cd $TMP/$PRGNAM
@ -71,7 +71,7 @@ $PRGNAM: is compatible with any client that implements this protocol.
$PRGNAM:
$PRGNAM: The server is implemented in Crystal.
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=mthom/scryer-prolog
UPSTREAM_REPO=https://github.com/mthom/scryer-prolog
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -3,7 +3,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=aquasecurity/trivy
UPSTREAM_REPO=https://github.com/aquasecurity/trivy
VERSION=${VERSION:-$(curl -s https://api.github.com/repos/${GITHUB_REPO}/tags | jq -r '.[0].name' | tr -d v)}
ARCH=$(uname -m)
BUILD=${BUILD:-1}
@ -29,7 +29,7 @@ case $(uname -m) in
;;
esac
[ ! -e $REPOSITORY/trivy_${VERSION}_Linux-${GO_ARCH}.tar.gz ] && wget -c -O $REPOSITORY/trivy_${VERSION}_Linux-${GO_ARCH}.tar.gz https://github.com/${GITHUB_REPO}/releases/download/v${VERSION}/trivy_${VERSION}_Linux-${GO_ARCH}.tar.gz
[ ! -e $REPOSITORY/trivy_${VERSION}_Linux-${GO_ARCH}.tar.gz ] && wget -c -O $REPOSITORY/trivy_${VERSION}_Linux-${GO_ARCH}.tar.gz ${UPSTREAM_REPO}/releases/download/v${VERSION}/trivy_${VERSION}_Linux-${GO_ARCH}.tar.gz
rm -fr $PKG
mkdir -p $PKG/usr/{bin,doc/$PRGNAM}/

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=WebAssembly/wabt
UPSTREAM_REPO=https://github.com/WebAssembly/wabt
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -27,7 +27,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone --recursive https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone --recursive ${UPSTREAM_REPO} $REPOSITORY
cp -R $REPOSITORY $TMP/$PRGNAM
cd $TMP/$PRGNAM
@ -78,7 +78,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=wasm3/wasm3
UPSTREAM_REPO=https://github.com/wasm3/wasm3
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -27,7 +27,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cp -R $REPOSITORY $TMP/$PRGNAM
cd $TMP/$PRGNAM
@ -77,7 +77,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -9,7 +9,7 @@ CWD=$(pwd)
PRGNAM=$(basename $CWD)
PKG=$TMP/pkg-$PRGNAM
GITHUB_REPO=krakjoe/apcu
UPSTREAM_REPO=https://github.com/krakjoe/apcu
VERSION=${VERSION:-latest}
EXT=tar.gz
@ -31,7 +31,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -83,7 +83,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=emersion/basu
UPSTREAM_REPO=https://github.com/emersion/basu
VERSION=${VERSION:-latest}
BUILD=1
@ -24,7 +24,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -72,7 +72,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -6,7 +6,7 @@ set -e
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=HowardHinnant/date
UPSTREAM_REPO=https://github.com/HowardHinnant/date
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -27,7 +27,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -6,7 +6,7 @@ set -e
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=vstakhov/libucl
UPSTREAM_REPO=https://github.com/vstakhov/libucl
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -29,7 +29,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -85,7 +85,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename "$CWD")
GITHUB_REPO=libsdl-org/sdl12-compat
UPSTREAM_REPO=https://github.com/libsdl-org/sdl12-compat
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -25,7 +25,7 @@ mkdir -p "$PKG"
# mise en place
cd "$TMP" || exit
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO}.git "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO}.git "$REPOSITORY"
cp -R "$REPOSITORY" "${TMP:?}/$PRGNAM"
cd "$TMP/$PRGNAM" || exit
@ -83,7 +83,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=janeczku/calibre-web
UPSTREAM_REPO=https://github.com/janeczku/calibre-web
VERSION=${VERSION:-latest}
BUILD=${BUILD:-2}
@ -27,7 +27,7 @@ rm -fr $PKG
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -88,7 +88,7 @@ $PRGNAM: default user: admin
$PRGNAM: default password: $NEW_DEFAULT_PASSWORD
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -2,7 +2,7 @@
CWD=$(pwd)
GITHUB_REPO=pluxml/PluXml
UPSTREAM_REPO=https://github.com/pluxml/PluXml
VERSION=${VERSION:-latest}
PRGNAM=$(basename $CWD)
@ -27,7 +27,7 @@ rm -rf $PKG
mkdir -p $TMP $OUTPUT $PKG/$VHOSTROOT
REPOSITORY=/var/cache/SlackBuilds.gwh/$PRGNAM
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
( cd $REPOSITORY
git pull )

View file

@ -2,7 +2,7 @@
set -x
PRGNAM=$(basename $(pwd))
GITHUB_REPO=sagb/alttab
UPSTREAM_REPO=https://github.com/sagb/alttab
VERSION=${VERSION:-latest}
BUILD=1
@ -26,7 +26,7 @@ mkdir -p $TMP
rm -fr $PRGNAM $PKG
# Fetching sources
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -86,7 +86,7 @@ $PRGNAM: it's lightweight and depends only on basic X11 libs, conforming to the
$PRGNAM: lightweight WM.alttab is X11 window switcher designed for minimalistic window
$PRGNAM: managers or standalone X11 session.
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=nwg-piotr/autotiling
UPSTREAM_REPO=https://github.com/nwg-piotr/autotiling
VERSION=${VERSION:-latest}
BUILD=1
@ -25,7 +25,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -78,7 +78,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=debauchee/barrier
UPSTREAM_REPO=https://github.com/debauchee/barrier
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=Hjdskes/cage
UPSTREAM_REPO=https://github.com/Hjdskes/cage
VERSION=${VERSION:-latest}
BUILD=1
@ -24,7 +24,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -74,7 +74,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -29,7 +29,7 @@ BUILD=${BUILD:-1}
TAG=${TAG:-gwh}
PKGTYPE=${PKGTYPE:-txz}
GITHUB_REPO=djpohly/dwl
UPSTREAM_REPO=https://github.com/djpohly/dwl
REPOSITORY=/var/cache/SlackBuilds.gwh/$PRGNAM
VERSION=${VERSION:-"latest"}
@ -69,7 +69,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=weclaw1/image-roll
UPSTREAM_REPO=https://github.com/weclaw1/image-roll
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash -e
# variables
GITHUB_REPO=eXeC64/imv
UPSTREAM_REPO=https://github.com/eXeC64/imv
VERSION=${VERSION:-latest}
BUILD=1
@ -25,7 +25,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -72,7 +72,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=werererer/japokwm
UPSTREAM_REPO=https://github.com/werererer/japokwm
VERSION=${VERSION:-"latest"}
BUILD=2
@ -24,7 +24,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -131,7 +131,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=labwc/labwc
UPSTREAM_REPO=https://github.com/labwc/labwc
VERSION=${VERSION:-"latest"}
BUILD=12
@ -26,7 +26,7 @@ rm -fr "$PKG" "${TMP:?}/$PRGNAM"
mkdir -p "$PKG"
# mise en place
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO} "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO} "$REPOSITORY"
cd "$REPOSITORY" || exit 1
git reset --hard HEAD
git pull --all
@ -245,7 +245,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=emersion/mako
UPSTREAM_REPO=https://github.com/emersion/mako
VERSION=${VERSION:-latest}
BUILD=1
@ -25,7 +25,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -3,7 +3,7 @@
CWD=$(pwd)
PRGNAM=$(basename "$CWD")
GITHUB_REPO=mozilla-mobile/mozilla-vpn-client
UPSTREAM_REPO=https://github.com/mozilla-mobile/mozilla-vpn-client
VERSION=${VERSION:-$(curl -s https://api.github.com/repos/${GITHUB_REPO}/tags | jq -r '.[0].name' | tr -d v)}
ARCH=$(uname -m)
BUILD=${BUILD:-1}

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=nwg-piotr/nwg-panel
UPSTREAM_REPO=https://github.com/nwg-piotr/nwg-panel
VERSION=${VERSION:-latest}
BUILD=1
@ -25,7 +25,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -78,7 +78,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=johnae/persway
UPSTREAM_REPO=https://github.com/johnae/persway
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM: […]
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=redtide/picom-conf
UPSTREAM_REPO=https://github.com/redtide/picom-conf
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=polybar/polybar
UPSTREAM_REPO=https://github.com/polybar/polybar
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=LBCrion/sfwbar
UPSTREAM_REPO=https://github.com/LBCrion/sfwbar
VERSION=${VERSION:-latest}
BUILD=1
@ -25,7 +25,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -72,7 +72,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=LGFae/swww
UPSTREAM_REPO=https://github.com/LGFae/swww
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -2,7 +2,7 @@
# variables
CWD=$(pwd)
GITHUB_REPO=edrlab/thorium-reader
UPSTREAM_REPO=https://github.com/edrlab/thorium-reader
VERSION=${VERSION:-$(curl -s https://api.github.com/repos/${GITHUB_REPO}/releases/latest | jq -r .tag_name)}
PRGNAM=$(basename $CWD)
@ -26,7 +26,7 @@ mkdir -p $PKG/opt/$PRGNAM
# mise en place
cd $PKG/opt/$PRGNAM
wget -c https://github.com/${GITHUB_REPO}/releases/download/${VERSION}/Thorium-${VERSION#v}.AppImage -O ${PRGNAM}-${VERSION}.AppImage
wget -c ${UPSTREAM_REPO}/releases/download/${VERSION}/Thorium-${VERSION#v}.AppImage -O ${PRGNAM}-${VERSION}.AppImage
chmod +x ${PRGNAM}-${VERSION}.AppImage
mkdir -p $PKG$PREFIX/bin/

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=inclement/vivarium
UPSTREAM_REPO=https://github.com/inclement/vivarium
VERSION=${VERSION:-"latest"}
BUILD=4
@ -24,7 +24,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO} $REPOSITORY
cd $REPOSITORY
git pull --all
@ -138,7 +138,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -2,7 +2,7 @@
# variables
BUILD=${BUILD:-2}
GITHUB_REPO=wez/wezterm
UPSTREAM_REPO=https://github.com/wez/wezterm
VERSION=${VERSION:-latest}
TAG=gwh
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -92,7 +92,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://wezfurlong.org/wezterm/
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=frostworx/steamtinkerlaunch
UPSTREAM_REPO=https://github.com/frostworx/steamtinkerlaunch
VERSION=${VERSION:-latest} # or VERSION=trunk
TAG=gwh
@ -23,7 +23,7 @@ rm -fr $PKG $TMP/$PRGNAM
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -70,7 +70,7 @@ $PRGNAM: options for games quickly on the fly (see Features)
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -11,8 +11,8 @@ PKG=$TMP/pkg-$PRGNAM
REPOSITORY=/var/cache/SlackBuilds.gwh/$PRGNAM
GITHUB_REPO=Fred78290/nct6687d
#GITHUB_REPO=gwenhael-le-moine/nct6687d
UPSTREAM_REPO=https://github.com/Fred78290/nct6687d
#UPSTREAM_REPO=https://github.com/gwenhael-le-moine/nct6687d
VERSION=${VERSION:-"trunk"}
KERNEL_VERSION=$(uname -r)
@ -22,7 +22,7 @@ BUILD=7
mkdir -p "$PKG"
# mise en place
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO} "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO} "$REPOSITORY"
cd "$REPOSITORY" || exit 1
git pull --all
@ -95,7 +95,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=Granddave/aegis-rs
UPSTREAM_REPO=https://github.com/Granddave/aegis-rs
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM: Time left indication ⏳
$PRGNAM: Clipboard support 📋
$PRGNAM: JSON output to stdout 📜
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=sharkdp/bat
UPSTREAM_REPO=https://github.com/sharkdp/bat
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM: . Automatic paging
$PRGNAM: . File concatenation
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=clementtsang/bottom
UPSTREAM_REPO=https://github.com/clementtsang/bottom
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=srvrco/checkssl
UPSTREAM_REPO=https://github.com/srvrco/checkssl
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -24,7 +24,7 @@ rm -fr $PKG
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
[ "x$VERSION" == "xlatest" ] && VERSION=$(git tag --sort=-version:refname | head -n1)
@ -66,7 +66,7 @@ $PRGNAM: need of updating etc.
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}/
$PRGNAM: ${UPSTREAM_REPO}/
$PRGNAM:
EOF

View file

@ -3,7 +3,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=Kron4ek/Conty
UPSTREAM_REPO=https://github.com/Kron4ek/Conty
VERSION=${VERSION:-$(curl -s https://api.github.com/repos/${GITHUB_REPO}/releases/latest | grep tag_name | grep -o "[0-9.]*")}
ARCH=${ARCH:-$(uname -m)}
BUILD=${BUILD:-6}
@ -20,7 +20,7 @@ REPOSITORY=${REPOSITORY:-/var/cache/SlackBuilds.gwh/$PRGNAM}
mkdir -p $REPOSITORY
[ ! -e $REPOSITORY/conty${EDITION}-${VERSION}.sh ] && wget -c https://github.com/${GITHUB_REPO}/releases/download/${VERSION}/conty${EDITION}.sh -O $REPOSITORY/conty${EDITION}-${VERSION}.sh
[ ! -e $REPOSITORY/conty${EDITION}-${VERSION}.sh ] && wget -c ${UPSTREAM_REPO}/releases/download/${VERSION}/conty${EDITION}.sh -O $REPOSITORY/conty${EDITION}-${VERSION}.sh
rm -fr $PKG
@ -75,7 +75,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
$PRGNAM:
EOF

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=dandavison/delta
UPSTREAM_REPO=https://github.com/dandavison/delta
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=jauderho/dive
UPSTREAM_REPO=https://github.com/jauderho/dive
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=Byron/dua-cli
UPSTREAM_REPO=https://github.com/Byron/dua-cli
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM: providing relevant information as fast as possible. Optionally delete
$PRGNAM: superfluous data, and do so more quickly than rm.
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename "$CWD")
GITHUB_REPO=muesli/duf
UPSTREAM_REPO=https://github.com/muesli/duf
VERSION=${VERSION:-latest}
ARCH=${ARCH:-noarch}
BUILD=1
@ -25,7 +25,7 @@ mkdir -p "$PKG"
# mise en place
cd $TMP || exit 1
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO}.git "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO}.git "$REPOSITORY"
cd $REPOSITORY
git pull --all
@ -66,7 +66,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=bootandy/dust
UPSTREAM_REPO=https://github.com/bootandy/dust
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=sharkdp/fd
UPSTREAM_REPO=https://github.com/sharkdp/fd
VERSION=${VERSION:-$(curl -s https://api.github.com/repos/${GITHUB_REPO}/releases/latest | jq -r .tag_name)} # or VERSION=trunk
BUILD=${BUILD:-1}
@ -26,7 +26,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=fish-shell/fish-shell
UPSTREAM_REPO=https://github.com/fish-shell/fish-shell
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -27,7 +27,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cp -R $REPOSITORY $TMP/$PRGNAM
cd $TMP/$PRGNAM

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=srvrco/getssl
UPSTREAM_REPO=https://github.com/srvrco/getssl
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -24,7 +24,7 @@ rm -fr $PKG
mkdir -p $PKG
# mise en place
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
[ "x$VERSION" == "xlatest" ] && VERSION=$(git tag --sort=-version:refname | head -n1)
@ -64,7 +64,7 @@ $PRGNAM: this script in standard bash ( on a desktop computer, or even
$PRGNAM: virtualbox) and add the checks, and certificates to a remote server
$PRGNAM: (providing you have an ssh key on the remote server with access).
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}/
$PRGNAM: ${UPSTREAM_REPO}/
$PRGNAM:
EOF

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename "$CWD")
GITHUB_REPO=charmbracelet/glow
UPSTREAM_REPO=https://github.com/charmbracelet/glow
VERSION=${VERSION:-latest}
ARCH=${ARCH:-noarch}
BUILD=1
@ -25,7 +25,7 @@ mkdir -p "$PKG"
# mise en place
cd $TMP || exit 1
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO}.git "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO}.git "$REPOSITORY"
cd $REPOSITORY
git pull --all
@ -62,7 +62,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=nwg-piotr/gopsuinfo
UPSTREAM_REPO=https://github.com/nwg-piotr/gopsuinfo
VERSION=${VERSION:-latest}
BUILD=1
@ -24,7 +24,7 @@ rm -fr "$PKG" "${TMP:?}/$PRGNAM"
mkdir -p "$PKG"
# mise en place
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO} "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO} "$REPOSITORY"
cd "$REPOSITORY" || exit
git pull --all
@ -76,7 +76,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -3,7 +3,7 @@
CWD=$(pwd)
PRGNAM=$(basename "$CWD")
GITHUB_REPO=gohugoio/hugo
UPSTREAM_REPO=https://github.com/gohugoio/hugo
VERSION=${VERSION:-$(curl -s https://api.github.com/repos/${GITHUB_REPO}/tags | jq -r '.[0].name' | tr -d v)}
FLAVOR=${FLAVOR:-_extended}
ARCH=$(uname -m)

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=smbl64/humble-cli
UPSTREAM_REPO=https://github.com/smbl64/humble-cli
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM: - filter them by size
$PRGNAM: - download only selected items (by index)
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename "$CWD")
GITHUB_REPO=facundoolano/jorge
UPSTREAM_REPO=https://github.com/facundoolano/jorge
VERSION=${VERSION:-latest}
ARCH=${ARCH:-"$(uname -m)"}
BUILD=${BUILD:-2}
@ -25,7 +25,7 @@ mkdir -p "$PKG"
# mise en place
cd $TMP || exit 1
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO}.git "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO}.git "$REPOSITORY"
cd $REPOSITORY
git pull --all
@ -62,7 +62,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=casey/just
UPSTREAM_REPO=https://github.com/casey/just
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -76,7 +76,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -8,7 +8,7 @@ set -e
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=ledger/ledger
UPSTREAM_REPO=https://github.com/ledger/ledger
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=${BUILD:-3}
@ -37,7 +37,7 @@ mkdir -p $TMP $PKG/usr
cd $TMP
rm -rf $PRGNAM
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
( cd $REPOSITORY && git pull && git submodule update --init )
cp -R $REPOSITORY $PRGNAM

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=lsd-rs/lsd
UPSTREAM_REPO=https://github.com/lsd-rs/lsd
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename $CWD)
GITHUB_REPO=Syllo/nvtop
UPSTREAM_REPO=https://github.com/Syllo/nvtop
VERSION=${VERSION:-latest}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
@ -27,7 +27,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cp -R $REPOSITORY $TMP/$PRGNAM
cd $TMP/$PRGNAM
@ -77,7 +77,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=dalance/procs
UPSTREAM_REPO=https://github.com/dalance/procs
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=BurntSushi/ripgrep
UPSTREAM_REPO=https://github.com/BurntSushi/ripgrep
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -73,7 +73,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,8 +1,8 @@
#!/bin/bash
# variables
#GITHUB_REPO=leonardolang/rkvm
GITHUB_REPO=htrefil/rkvm
#UPSTREAM_REPO=https://github.com/leonardolang/rkvm
UPSTREAM_REPO=https://github.com/htrefil/rkvm
VERSION=${VERSION:-latest}
BUILD=${BUILD:-2}
@ -26,7 +26,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all
@ -167,7 +167,7 @@ $PRGNAM: Switching between different clients is done by a configurable keyboard
$PRGNAM: shortcut.
$PRGNAM:
$PRGNAM: (use $PREFIX/doc/$PRGNAM/gen-keys.sh)
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=rust-lang/rustup
UPSTREAM_REPO=https://github.com/rust-lang/rustup
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=starship/starship
UPSTREAM_REPO=https://github.com/starship/starship
VERSION=${VERSION:-latest}
BUILD=${BUILD:-1}
@ -25,7 +25,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -1,7 +1,7 @@
#!/bin/bash
# variables
GITHUB_REPO=tinted-theming/tinty
UPSTREAM_REPO=https://github.com/tinted-theming/tinty
VERSION=${VERSION:-$(curl -s https://api.github.com/repos/${GITHUB_REPO}/releases/latest | jq -r .tag_name)} # or VERSION=trunk
BUILD=${BUILD:-1}
@ -26,7 +26,7 @@ mkdir -p $PKG
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename "$CWD")
GITHUB_REPO=b3nj5m1n/xdg-ninja
UPSTREAM_REPO=https://github.com/b3nj5m1n/xdg-ninja
VERSION=${VERSION:-trunk}
ARCH=${ARCH:-noarch}
BUILD=2
@ -25,7 +25,7 @@ mkdir -p "$PKG"
# mise en place
cd $TMP || exit 1
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO}.git "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO}.git "$REPOSITORY"
cp -R "$REPOSITORY" "$TMP/$PRGNAM"
cd "$TMP/$PRGNAM" || exit 1
@ -56,7 +56,7 @@ $PRGNAM: The configurations are from the arch wiki page on XDG_BASE_DIR, antidot
$PRGNAM: (thanks to Scr0nch for writing a conversion tool), and contributed by
$PRGNAM: other users.
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -4,7 +4,7 @@
CWD=$(pwd)
PRGNAM=$(basename "$CWD")
GITHUB_REPO=RijulGulati/zauth
UPSTREAM_REPO=https://github.com/RijulGulati/zauth
VERSION=${VERSION:-latest}
ARCH=${ARCH:-noarch}
BUILD=1
@ -25,7 +25,7 @@ mkdir -p "$PKG"
# mise en place
cd $TMP || exit 1
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO}.git "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO}.git "$REPOSITORY"
cd $REPOSITORY
git pull --all
@ -62,7 +62,7 @@ $PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: https://github.com/${GITHUB_REPO}
$PRGNAM: ${UPSTREAM_REPO}
EOF
# empaquetage

View file

@ -5,7 +5,7 @@ CWD=$(pwd)
PRGNAM=$(basename "$CWD")
ARCH=$(uname -m)
GITHUB_REPO=crystal-lang/crystal
UPSTREAM_REPO=https://github.com/crystal-lang/crystal
VERSION=${VERSION:-latest}
REPOSITORY=${REPOSITORY:-/var/cache/SlackBuilds.gwh/$PRGNAM}
@ -21,7 +21,7 @@ rm -fr "$PKG" "${TMP:?}/$PRGNAM/"
mkdir -p $TMP/
# mise en place
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO} "$REPOSITORY"
[ ! -e "$REPOSITORY" ] && git clone ${UPSTREAM_REPO} "$REPOSITORY"
cd "$REPOSITORY" || exit
git pull --all
@ -47,7 +47,7 @@ make install PREFIX=$PREFIX MANDIR="$PKG$PREFIX/man" LIBDIR="$PKG$PREFIX/lib$(un
# shards #
########
SHARDS_PRGNAM=shards
SHARDS_GITHUB_REPO=crystal-lang/shards
SHARDS_UPSTREAM_REPO=https://github.com/crystal-lang/shards
SHARDS_VERSION=${SHARDS_VERSION:-$(curl -s https://api.github.com/repos/${SHARDS_GITHUB_REPO}/releases/latest | jq -r .tag_name | sed 's|^null$|trunk|')} # or VERSION=trunk
SHARDS_REPOSITORY=${SHARDS_REPOSITORY:-/var/cache/SlackBuilds.gwh/$SHARDS_PRGNAM}
SHARDS_PKG=$TMP/pkg-$SHARDS_PRGNAM

View file

@ -5,7 +5,7 @@ CWD=$(pwd)
PRGNAM=$(basename $CWD)
ARCH=$(uname -m)
GITHUB_REPO=factor/factor
UPSTREAM_REPO=https://github.com/factor/factor
VERSION=${VERSION:-$(curl -s https://api.github.com/repos/${GITHUB_REPO}/releases/latest | grep tag_name | grep -o "[0-9.]*")}
BUILD=${BUILD:-3}
@ -24,7 +24,7 @@ rm -fr $PKG $TMP/$PRGNAM
# mise en place
cd $TMP
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
[ ! -e $REPOSITORY ] && git clone ${UPSTREAM_REPO}.git $REPOSITORY
cd $REPOSITORY
git pull --all

Some files were not shown because too many files have changed in this diff Show more