mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
Updated snapcraft yaml (#720)
* Update snapcraft.yaml * Update snapcraft.yaml * Oops...forgot home and network interfaces * for cryin' out loud. * cleaning things up
This commit is contained in:
+31
-18
@@ -1,30 +1,43 @@
|
|||||||
name: maigret2
|
name: maigret2
|
||||||
version: git
|
adopt-info: maigret2
|
||||||
summary: SOCMINT / Instagram
|
summary: SOCMINT / Instagram
|
||||||
description: |
|
description: |
|
||||||
Test Test Test
|
Test Test Test
|
||||||
base: core18
|
|
||||||
|
license: MIT
|
||||||
|
|
||||||
|
base: core20
|
||||||
|
grade: stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
compression: lzo
|
||||||
|
|
||||||
|
architectures:
|
||||||
parts:
|
- build-on: amd64
|
||||||
maigret2:
|
|
||||||
plugin: python
|
|
||||||
python-version: python3
|
|
||||||
source: .
|
|
||||||
stage-packages:
|
|
||||||
- python-six
|
|
||||||
|
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
maigret2:
|
maigret2:
|
||||||
command: bin/maigret
|
command: bin/maigret
|
||||||
|
environment:
|
||||||
|
LC_ALL: C.UTF-8
|
||||||
|
plugs:
|
||||||
|
- home
|
||||||
|
- network
|
||||||
|
|
||||||
|
parts:
|
||||||
|
maigret2:
|
||||||
|
plugin: python
|
||||||
|
source: https://github.com/soxoj/maigret
|
||||||
|
source-type: git
|
||||||
|
|
||||||
|
build-packages:
|
||||||
architectures:
|
- python3-pip
|
||||||
- build-on: amd64
|
- python3-six
|
||||||
- build-on: i386
|
- python3
|
||||||
|
|
||||||
|
stage-packages:
|
||||||
|
- python3
|
||||||
|
- python3-six
|
||||||
|
|
||||||
|
override-pull: |
|
||||||
|
snapcraftctl pull
|
||||||
|
snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
|
||||||
|
|||||||
Reference in New Issue
Block a user