blob: dfe4768790ae045eed50f858f40a1dbe103bedfd (
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
33
34
35
36
37
38
39
40
41
42
|
Download
========
Arch Linux
----------
We're providing a `PKGBUILD <https://github.com/nbs-system/snuffleupagus/blob/master/PKGBUILD>`__,
so you can build a package yourself.
Alpine Linux
------------
We're providing a `APKBUILD <https://github.com/nbs-system/snuffleupagus/blob/master/APKBUILD>`__,
so you can build a package yourself.
Debian and Ubuntu
-----------------
We're currently not providing a Debian/Ubuntu repository,
but you can grab the latest release on `github <https://github.com/nbs-system/snuffleupagus/releases>`__,
or build your own package by cloning the source code and typing ``make debian``.
Fedora
------
Thanks to [Rémo Collet](https://twitter.com/RemiCollet), Snuffleupagus is
[packaged](https://pkgs.org/download/php-snuffleupagus) in Fedora!
FreeBSD
-------
Thanks to [Franco Fichtner](https://twitter.com/fitchitis), Snuffleupagus is
[packaged](https://www.freshports.org/security/snuffleupagus/) in FreeBSD!
Source code
-----------
We're currently using *github* as public code repository.
::
git clone https://github.com/nbs-system/snuffleupagus
|