more metadata files

This commit is contained in:
Barrett Ruth 2026-01-31 17:17:27 -05:00
parent c2522b0fe4
commit 4cf498ce75
2 changed files with 18 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
pkg/
src/
sioyek/
*.pkg.tar*
*.log

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# sioyek-dev
Arch Linux PKGBUILD for sioyek that "just works".
- Uses development branch
- Bundles the proper version of mupdf
- Supports X11/Wayland
## Installation
```sh
makepkg -si
```