-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Feature Overview
Enable Arch Linux users to easily install Zync by publishing it to the Arch User Repository (AUR).
Requirements
- Create an AUR
PKGBUILDfile 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
yayorparu. - The
PKGBUILDpasses 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.
Reactions are currently unavailable