Contribution: Difference between revisions

From BioArchLinux Wiki
bio>Admin
No edit summary
 
m (1 revision imported)
 
(No difference)

Latest revision as of 05:51, 21 November 2022

lilac

Packages Repository is built by lilac. The lilac allows user to auto-update the packages via lilac related files, such as lilac.yaml and lilac.py. Also, it can develop repository like what AUR did, using PKGBUILD

PKGBUILD

The PKGBUILD writing guide is give by PKGBUILD page on ArchWiki, you can find different ways to write PKGBUILD developed by coding language.

Also, you can refer to the AUR if you are a beginner. And the Arch Forum and our discussions would be a great place to discuss the related issues.

lilac.yaml

lilac.yaml is the required file for lilac. The regular writing guide is provided by archlinuxcn. API is listed here and Q&A is posted here by wiki of archlinuxcn.

For the lilac.yaml writing, please refer the archlinuxcn repo and the arch4edu repo.

lilac.py

lilac.py is not the necessary file for lilac. The writing guide for lilac.py is provided by archlinuxcn wiki.

For the lilac.py writing, please refer the archlinuxcn repo and the arch4edu repo.