distro: refactor into multiple files, packages: factor out distro.Pkgbuild class
This commit is contained in:
parent
7359b447e7
commit
0c3592065c
7 changed files with 196 additions and 145 deletions
|
@ -156,3 +156,10 @@ WRAPPER_TYPES = [
|
|||
'none',
|
||||
'docker',
|
||||
]
|
||||
|
||||
MAKEPKG_CMD = [
|
||||
'makepkg',
|
||||
'--noconfirm',
|
||||
'--ignorearch',
|
||||
'--needed',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue