blob: a41af1261a7e28447279bc46115be3fa3bc8ee8a (
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
Download
========
Arch Linux
----------
Thanks to `kpcyrd <https://github.com/kpcyrd>`__, Snuffleupagus is
`available <https://www.archlinux.org/packages/community/x86_64/php-snuffleupagus/>`__
in Archlinux' community repository.
We're also providing a `PKGBUILD <https://github.com/jvoisin/snuffleupagus/blob/master/PKGBUILD>`__
if you want to build the package yourself.
Alpine Linux
------------
We're maintaining the `package in Alpine <https://github.com/alpinelinux/aports/blob/master/testing/php7-snuffleupagus/APKBUILD>`__:
you can simply ``apk add`` it.
CloudLinux
----------
Snuffleupagus is packaged there `since 2019 <https://www.cloudlinux.com/cloudlinux-os-blog/entry/alt-php-updated-1-98>`__:
you can ``yum install alt-php*-snuffleupagus`` it.
Debian and Ubuntu
-----------------
We're currently not providing a Debian/Ubuntu repository,
but you can grab the latest release on `github <https://github.com/jvoisin/snuffleupagus/releases>`__,
or build your own package by cloning the source code and typing ``make debian``.
There is a `bug open <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894821>`__
Debian-side to track the inclusion.
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/jvoisin/snuffleupagus
|