[GH-ISSUE #335] Install man page in Homebrew formula #152

Closed
opened 2026-06-08 11:25:54 +03:00 by zhus · 1 comment
Owner

Originally created by @cppxor2arr on GitHub (Aug 30, 2023).
Original GitHub issue: https://github.com/bootandy/dust/issues/335

Man pages are now generated, but it isn't installed by the Homebrew formula.

I think this change is all that's needed:

--- Before
+++ After
@@ -29,6 +29,8 @@
     bash_completion.install "completions/dust.bash"
     fish_completion.install "completions/dust.fish"
     zsh_completion.install "completions/_dust"
+
+    man1.install "man-page/dust.1"
   end
 
   test do
Originally created by @cppxor2arr on GitHub (Aug 30, 2023). Original GitHub issue: https://github.com/bootandy/dust/issues/335 Man pages are now generated, but it isn't installed by the Homebrew [formula](https://github.com/Homebrew/homebrew-core/blob/0b34c318b1ab58408a98cd9705cc2c3b3677e63c/Formula/d/dust.rb). I think this change is all that's needed: ```diff --- Before +++ After @@ -29,6 +29,8 @@ bash_completion.install "completions/dust.bash" fish_completion.install "completions/dust.fish" zsh_completion.install "completions/_dust" + + man1.install "man-page/dust.1" end test do ```
zhus closed this issue 2026-06-08 11:25:54 +03:00
Author
Owner

@cppxor2arr commented on GitHub (Aug 31, 2023):

I made a PR and it was merged.

<!-- gh-comment-id:1700066001 --> @cppxor2arr commented on GitHub (Aug 31, 2023): I made a [PR](https://github.com/Homebrew/homebrew-core/pull/140916) and it was merged.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#152