This commit is contained in:
Gwenhael Le Moine 2024-04-15 14:20:13 +02:00
parent b12f9b38a6
commit 708ef0514a
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/wlr-randr
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/wlr-randr $REPOSITORY
cd $REPOSITORY
git pull --all