Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/losuler/icecat
Debian packaging for GNU IceCat (built from source).
https://github.com/losuler/icecat
deb debian debian-packages gnu-icecat gnuzilla icecat
Last synced: about 2 hours ago
JSON representation
Debian packaging for GNU IceCat (built from source).
- Host: GitHub
- URL: https://github.com/losuler/icecat
- Owner: losuler
- License: gpl-2.0
- Created: 2020-12-27T08:30:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:06:19.000Z (9 days ago)
- Last Synced: 2024-10-29T09:23:58.978Z (9 days ago)
- Topics: deb, debian, debian-packages, gnu-icecat, gnuzilla, icecat
- Language: Shell
- Homepage:
- Size: 307 KB
- Stars: 20
- Watchers: 5
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## About
This is Debian packaging for [GNU IceCat](https://www.gnu.org/software/gnuzilla/). The latest release version of GNU IceCat is based on the outdated Firefox 60.7.0 ESR release, these builds are instead built from the latest commits from the GNU IceCat git repository at https://git.savannah.gnu.org/cgit/gnuzilla.git which follow the latest Firefox ESR releases.
## Builds
Builds are available on OBS at https://build.opensuse.org/package/show/home:losuler:icecat/icecat.
This repo can be added on Debian 11 for example by ([see here](https://software.opensuse.org//download.html?project=home%3Alosuler%3Aicecat&package=icecat) for examples for other Debian releases):
```bash
echo 'deb https://download.opensuse.org/repositories/home:/losuler:/icecat/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:losuler:icecat.list
curl -fsSL https://download.opensuse.org/repositories/home:losuler:icecat/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_losuler_icecat.gpg > /dev/null
```