mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
added snapcraft and bin folder
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user