Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pkgbuilds/omarchy/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,9 @@ package() {

# Runtime version file.
install -Dm644 version "$pkgdir/usr/share/omarchy/version"

# omarchy(1) man page. Generated from `omarchy commands --all --json` by
# tools/man-gen in the source repo — see that tool's README for how to
# regenerate it. Not built here; installed as committed at _commit.
install -Dm644 man/man1/omarchy.1 "$pkgdir/usr/share/man/man1/omarchy.1"
}