Projects STRLCPY maigret Commits ec1aaacb
🤬
  • Updated snapcraft yaml (#720)

    * Update snapcraft.yaml
    
    * Update snapcraft.yaml
    
    * Oops...forgot home and network interfaces
    
    * for cryin' out loud.
    
    * cleaning things up
  • Loading...
  • kz6fittycent committed with GitHub 2 years ago
    ec1aaacb
    1 parent bc1035c1
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    snapcraft.yaml
    1 1  name: maigret2
    2  -version: git
     2 +adopt-info: maigret2
    3 3  summary: SOCMINT / Instagram
    4 4  description: |
    5 5   Test Test Test
    6  -base: core18
    7  -confinement: strict
    8 6   
     7 +license: MIT
    9 8   
    10  -parts:
    11  - maigret2:
    12  - plugin: python
    13  - python-version: python3
    14  - source: .
    15  - stage-packages:
    16  - - python-six
     9 +base: core20
     10 +grade: stable
     11 +confinement: strict
     12 +compression: lzo
    17 13   
     14 +architectures:
     15 + - build-on: amd64
    18 16   
    19 17  apps:
    20 18   maigret2:
    21 19   command: bin/maigret
     20 + environment:
     21 + LC_ALL: C.UTF-8
     22 + plugs:
     23 + - home
     24 + - network
    22 25  
     26 +parts:
     27 + maigret2:
     28 + plugin: python
     29 + source: https://github.com/soxoj/maigret
     30 + source-type: git
    23 31  
    24  -architectures:
    25  - - build-on: amd64
    26  - - build-on: i386
     32 + build-packages:
     33 + - python3-pip
     34 + - python3-six
     35 + - python3
    27 36  
    28  - 
    29  - 
     37 + stage-packages:
     38 + - python3
     39 + - python3-six
    30 40   
     41 + override-pull: |
     42 + snapcraftctl pull
     43 + snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
    31 44   
Please wait...
Page is in error, reload to recover