File: install.gmi

package info (click to toggle)
offpunk 3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,012 kB
  • sloc: python: 6,263; sh: 117; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download
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
33
34
35
36
37
38
# Installing Offpunk

=> /screenshots/decvt220.jpg Offpunk running on a DECVT220 (picture by Dylan D’Silva)

## Packages

Offpunk is already packaged for many distributions. Installing it is probably as simple as "apt install offpunk" or "pacman -S offpunk".

=> https://repology.org/project/offpunk/versions Offpunk packages listed by Repology


Offpunk has optional dependencies. To check if those are installed, use "version"

> version


## Helping with packaging

We welcome and encourage all efforts to make Offpunk availalbe on new distributions. If you want to give it a try, say hello to the dedicated mailing-list.

=> https://lists.sr.ht/~lioploum/offpunk-packagers Offpunk-packagers mailing-list


## Git

Advanced users and developers may use the latest Git version.

```
git clone https://git.sr.ht/~lioploum/offpunk
```

Once cloned, no build is required. You can launch offpunk.py/openk.py/ansicat.py/netcache.py directly.

> python offpunk.py

Anyone using the git version should feel comfortable to report any bug on the devel mailing-list.

=> https://lists.sr.ht/~lioploum/offpunk-devel Offpunk-devel mailing-list