fix: use correct ydotool branch

This commit is contained in:
s3lph 2024-11-23 22:44:58 +01:00
parent 37ef05964c
commit 9d28b94854
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -6,12 +6,13 @@ ROOT=$(pwd)
function fetch() {
git clone https://github.com/s3lph/ydotool "${SRCDIR}/ydotool"
cd "${SRCDIR}/ydotool"
git checkout feat-getpwnam
}
function prepare() {
apt install -y build-essential cmake pkg-config scdoc
cd "${SRCDIR}/ydotool"
apt install -y build-essential cmake pkg-config scdoc
export VERSION="$(git describe --tags | cut -d- -f1-2 | sed -re "s/-/~/g" -e "s/^v//g")-1"
export ISODATE="$(git log -1 --format="%aI")"
mkdir build