blob: a4f820f7f0defee37afcc347691d7cfb165ee324 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# AUR PKG Builder
Docker base AUR Package builder for local arch repo
Packages are put in `/srv/arch/`
## 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
|