15 lines
434 B
Plaintext
15 lines
434 B
Plaintext
|
# Maintainer: Geoffrey Frogeye
|
||
|
|
||
|
pkgname=automatrop-packages-{{ inventory_hostname_short }}
|
||
|
pkgver={{ ansible_date_time.iso8601_basic_short }}
|
||
|
pkgrel=1
|
||
|
pkgdesc='Metapackage for packages wanted by Geoffrey via automatrop for {{ inventory_hostname }}'
|
||
|
url='https://git.frogeye.fr/geoffrey/dotfiles/src/branch/master/config/automatrop'
|
||
|
arch=('any')
|
||
|
license=('GPL')
|
||
|
depends=(
|
||
|
{% for package in packages %}
|
||
|
'{{ package }}'
|
||
|
{% endfor %}
|
||
|
)
|