name: lr87 base: core18 version: '0.11' 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, ]