wip: add support of building multiple packages at once

This commit is contained in:
2025-02-12 14:11:46 +03:00
parent 083df3c7aa
commit e773e3ee12
7 changed files with 309 additions and 218 deletions

View File

@ -23,7 +23,7 @@ import "gitea.plemya-x.ru/Plemya-x/ALR/pkg/manager"
type BuildOpts struct {
Script string
Package string
Packages []string
Manager manager.Manager
Clean bool
Interactive bool