From 4cf498ce754cb2949586e0d0df496964b796ae11 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 31 Jan 2026 17:17:27 -0500 Subject: [PATCH] more metadata files --- .gitignore | 5 +++++ README.md | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..124f787 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +pkg/ +src/ +sioyek/ +*.pkg.tar* +*.log diff --git a/README.md b/README.md new file mode 100644 index 0000000..57f730c --- /dev/null +++ b/README.md @@ -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 +```