Geoffrey Frogeye
59aaf63d4a
Probably the fourth I ever created? Will this one last? I don't know! Doesn't have pip support for now, but probably something requirements.txt based will be a bit more proper
15 lines
434 B
Django/Jinja
15 lines
434 B
Django/Jinja
# 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 %}
|
|
)
|