blob: ba90042b16a9ad2ec2a4da91d1c35099e3322ac5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# AUR PKG Builder
Docker base AUR Package builder for local arch repo
## Workflow
Provided: Package name
* search AUR for package (exact match only!)
* build dependency tree (also search with provided, then there is no exact match)
* prioritize packages in official repos. Don't build them.
* Add all AUR-PKGs in tree to to-build-list
* MAKEPKG ur way thourhg
|