aboutsummaryrefslogtreecommitdiff
path: root/snap/snapcraft.yaml
blob: c2e70c1b774cb0efe3be5ba8c015a7e427133511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: lr87 
base: core18 
version: '0.4' 
summary: LR-87 is a overly simple dumb-terminal gemini client
description: |
    LR-87 is a simple implementation of a client for launching into the world of the 
    Gemini protocol, a fun place somewhere between Gopher and the World Wide 
    Web. The client is implemented entirely in Fortran.  This client is 
    somewhat limited, but users can do most simple browsing with it from the 
    terminal.  This distribution assumes you're using a dumb terminal.
grade: stable
confinement: strict

parts:
  lr87:
    source: http://git.rainbow-100.com/cgit.cgi/LR-87
    source-type: git
    plugin: make
    makefile: makefile.gnu
    build-packages:
    - gfortran
    - make
    - libssl-dev
    stage-packages:
    - libssl1.1
    - libgfortran4

apps:
  lr87:
    command: bin/lr87
    plugs: [network, ]