mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
31 lines
335 B
YAML
31 lines
335 B
YAML
name: maigret
|
|
version: git
|
|
summary: v
|
|
description: |
|
|
Test Test Test
|
|
base: core18
|
|
confinement: strict
|
|
|
|
|
|
parts:
|
|
maigret:
|
|
plugin: python
|
|
python-version: python3
|
|
source: .
|
|
stage-packages:
|
|
- python-six
|
|
|
|
|
|
apps:
|
|
maigret:
|
|
command: bin/maigret
|
|
|
|
|
|
architectures:
|
|
- build-on: amd64
|
|
- build-on: i386
|
|
|
|
|
|
|
|
|