Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

LightQuantumArchive/archer

Repository files navigation

Archer - a repository builder for ArchLinux

Test

This project is suspended because I no longer actively use ArchLinux anymore.

Current Progress

Naive Dependency Resolving

deps

Todos

  • dependency resolving
    • dfs search
      • basic impl
      • nice error reporting
    • graph output
      • use petgraph impl
      • migrate to custom impl
      • custom dot output
    • skip policy (ignore packages existing in certain repo)
    • handle cyclic deps
    • toposort & SCC
      • basic impl
      • complete impl
    • support for makedepends
    • batch query
    • parallel query for aur
    • custom pkgbuild support
      • basic impl
      • custom repo
      • support .SRCINFO
    • plan builder
      • basic impl
      • complete impl
    • unittest
      • package
      • repository
      • basic resolve
      • cyclic deps
      • plan builder
      • parser
  • build environment setup
    • bare metal
    • bubblewrap
    • official container buildtools
  • build workflow
    • split package
    • error handling
  • storage support
    • file
    • aliyun oss
    • s3
  • update checker
    • support for vcs packages
  • metadata & build report (json, plain)
    • basic functionality
    • frontend (optional)

About

A repository builder for ArchLinux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages