dist: bpkg preparation
All checks were successful
Lint / shellcheck (push) Successful in 18s
Release Standalone Builder / build (release) Successful in 31s
Release Standalone Builder / publish-aur (release) Successful in 34s

This commit is contained in:
2026-03-20 08:46:13 +01:00
parent de8cbefb8e
commit 55a515ccd5
3 changed files with 27 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ exit $?
#==PAYLOAD==
EOF
VERSION=$(git describe --tags --abbrev=0 2>/dev/null || echo "standalone")
VERSION=$(git describe --tags 2>/dev/null || echo "standalone")
tmpbuild=$(mktemp -d)
cp -r "$REPO_ROOT/kewt.sh" "$REPO_ROOT/markdown.sh" "$REPO_ROOT/awk" "$REPO_ROOT/styles" "$tmpbuild/"
sed -e "s/kewt version git/kewt version $VERSION/" "$tmpbuild/kewt.sh" > "$tmpbuild/kewt.sh.tmp" && mv "$tmpbuild/kewt.sh.tmp" "$tmpbuild/kewt.sh"