Skip to content

inkkit/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

homebrew-tap

Homebrew tap for inkkit tools.

Install

brew tap inkkit/tap
brew install pdfbro

Tools

Formula Description
pdfbro Rust-native PDF CLI — convert HTML, URLs, Markdown and Office docs to PDF

Releasing a new version (manual)

  1. Build cross-platform binaries:

    cargo build --release --target aarch64-apple-darwin
    cargo build --release --target x86_64-apple-darwin
    cargo build --release --target aarch64-unknown-linux-gnu
    cargo build --release --target x86_64-unknown-linux-gnu
  2. Package each binary:

    tar -czf pdfbro-aarch64-apple-darwin.tar.gz -C target/aarch64-apple-darwin/release pdfbro
    # repeat for each target
  3. Create a GitHub release at https://github.com/inkkit/pdfbro/releases/new and upload the tarballs.

  4. Get sha256 checksums:

    shasum -a 256 pdfbro-*.tar.gz
  5. Update Formula/pdfbro.rb — bump version and fill in the sha256 values.

  6. Commit and push:

    git add Formula/pdfbro.rb
    git commit -m "pdfbro v<VERSION>"
    git push

About

Homebrew tap for inkkit tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages