Feature Overview
Enable Arch Linux users to easily install Zync by publishing it to the Arch User Repository (AUR).
Requirements
- Create an AUR
PKGBUILD file for Zync.
- Test the build process on an Arch Linux environment to verify its functionality.
Acceptance Criteria
- Zync is successfully available in the AUR and can be installed using
yay or paru.
- The
PKGBUILD passes AUR's automated checks.
- Documentation is updated with installation instructions specific to Arch Linux users.
Implementation Suggestions
- Refer to existing Rust-based packages in AUR for guidance on writing the
PKGBUILD.
- Use continuous integration (CI) to automate testing of the AUR package whenever there are updates to Zync.
- Provide a bin package and a build package.
Feature Overview
Enable Arch Linux users to easily install Zync by publishing it to the Arch User Repository (AUR).
Requirements
PKGBUILDfile for Zync.Acceptance Criteria
yayorparu.PKGBUILDpasses AUR's automated checks.Implementation Suggestions
PKGBUILD.