kanshi has moved home

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2023-12-06 12:57:29 +01:00
parent 27db07babf
commit 950671ff9b
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -1,7 +1,6 @@
#!/bin/bash
# variables
GITHUB_REPO=emersion/kanshi
VERSION=${VERSION:-latest}
BUILD=1
@ -25,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 https://git.sr.ht/~emersion/kanshi $REPOSITORY
cd $REPOSITORY
git pull --all