No description
Find a file
2026-02-06 14:24:37 +01:00
.gitignore Add .gitignore 2023-12-03 10:46:31 +01:00
.SRCINFO Update dependencies 2026-02-06 14:24:37 +01:00
PKGBUILD Update dependencies 2026-02-06 14:24:37 +01:00
README.md Update wiki2book to 0.5.0 2025-09-07 13:59:26 +02:00
update-srcinfo.sh Add initial build setup for v0.1.0 2023-12-03 09:04:20 +01:00

This is the package for the CLI tool wiki2book (https://github.com/hauke96/wiki2book).

Commands

Build locally: makepkg -f -c -s -r -i

Update .SRCINFO file: ./update-srcinfo.sh

Update

  1. Edit PKGBUILD accordingly
    • pkgver
    • go version in makedepends is needed (according to go.mod file of wiki2book project)
    • dependencies if needed
  2. Update .SRCINFO as described above
  3. Commit and push