16 lines
352 B
YAML
16 lines
352 B
YAML
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
|