https://github.com/redneb/gentoo-s3ql-overlay
A Gentoo overlay for s3ql
https://github.com/redneb/gentoo-s3ql-overlay
ebuild gentoo-overlay s3ql
Last synced: about 1 month ago
JSON representation
A Gentoo overlay for s3ql
- Host: GitHub
- URL: https://github.com/redneb/gentoo-s3ql-overlay
- Owner: redneb
- Created: 2020-07-18T05:08:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-11T19:06:19.000Z (about 1 month ago)
- Last Synced: 2025-05-11T20:19:27.190Z (about 1 month ago)
- Topics: ebuild, gentoo-overlay, s3ql
- Language: Shell
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gentoo-s3ql-overlay
This repository contains a [Gentoo ebuild overlay](https://wiki.gentoo.org/wiki/Ebuild_repository) that can be used to install [s3ql](https://github.com/s3ql/s3ql) in a [Gentoo](https://www.gentoo.org/) system. It contains all ebuilds necessary to install a modern version of s3ql. This repository exists because the ebuild found in the official Gentoo package repository is really [old](https://packages.gentoo.org/packages/net-fs/s3ql).
## How to use it
### Via `eselect repository`
The recommended way is to install it via [eselect repository](https://wiki.gentoo.org/wiki/Eselect/Repository):
eselect repository add s3ql git https://github.com/redneb/gentoo-s3ql-overlay.git
Then you can install s3ql like you would install any other package in Gentoo:
emerge -av net-fs/s3ql
### Manually
Alternatively, create the file `/etc/portage/repos.conf/s3ql.conf` with the following contents:
[s3ql]
location = /s3ql
sync-type = git
sync-uri = https://github.com/redneb/gentoo-s3ql-overlay.git
auto-sync = yesThen initialize the new repo with:
emerge --sync s3ql
## Contributing
PRs are welcome.