You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
302 B
Plaintext

load('@lib//arch_pkg:helpers.star', 'generate')
config = {
'arch_matrix': [
'aarch64',
'x86_64'
],
'all': [
'wlroots-git',
'swaybg-git',
'sway-git',
'swayidle-git',
'swaylock-git'
]
}
def main(ctx):
return generate(config)