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:
kz6fittycent
2022-10-24 14:23:34 -05:00
committed by GitHub
parent bc1035c1ec
commit ec1aaacb41
+31 -18
View File
@@ -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)"