18 lines
391 B
YAML
18 lines
391 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
nwg_hello:
|
|
version: main
|
|
git_repo: https://github.com/nwg-piotr/nwg-hello
|
|
build_deps:
|
|
Alpine:
|
|
- py3-build
|
|
- py3-installer
|
|
- py3-wheel
|
|
- py3-setuptools
|
|
build_installed_files:
|
|
- /etc/nwg-hello
|
|
- /usr/share/nwg-hello
|
|
- /var/cache/nwg-hello
|
|
- /usr/share/licenses/nwg-hello
|
|
- /usr/share/doc/nwg-hello
|