Go to file
Jacob Hrbek 846effdb14
Exheredrey: Initial commit
Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
2020-10-21 17:15:50 +02:00
bash-completion build: remove autotools based build 2016-11-30 08:25:19 -08:00
ci ci: exherbo: clang: Update docker base image 2020-09-28 20:29:33 +02:00
cmake build: Generate an import target for Jansson and use it 2018-12-22 17:15:07 +01:00
doc doc/python: Run sphinx with the same python version we build against 2019-10-22 20:10:53 +02:00
hooks build: install env_update.bash properly in install_post 2016-12-08 19:39:09 -08:00
misc build: remove autotools based build 2016-11-30 08:25:19 -08:00
paludis Exheredrey: Initial commit 2020-10-21 17:15:50 +02:00
pkg-config revert f1cb2cfd in pkg-config generation 2018-06-27 09:11:23 +02:00
python python: Implement and expose Environment::reduced_username 2018-07-05 22:22:33 +02:00
ruby ruby: Add missing linkage to Ruby library 2016-12-15 18:39:40 -08:00
src build: fix compile against libc++ using clang 2018-02-04 20:54:40 +01:00
vim build: remove autotools based build 2016-11-30 08:25:19 -08:00
zsh-completion build: remove autotools based build 2016-11-30 08:25:19 -08:00
.clang-tidy clang-tidy: Disable modernize-make-unique 2019-10-22 20:07:36 +02:00
.gitattributes Begone, silly warnings 2010-03-11 13:43:54 +00:00
.gitignore build: remove autotools based build 2016-11-30 08:25:19 -08:00
.gitlab-ci.yml ci: Add stage to build docker images 2020-09-28 20:29:33 +02:00
.mailmap Add .mailmap 2009-11-24 20:52:09 +01:00
AUTHORS Exheredrey: Initial commit 2020-10-21 17:15:50 +02:00
CMakeLists.txt Exheredrey: Initial commit 2020-10-21 17:15:50 +02:00
COPYING Add a GPL-2 COPYING file since automake is copying a GPL-3 one. 2008-05-18 15:52:55 +00:00
NEWS Preparation for 2.6.0 2016-05-03 14:11:18 +02:00
README Exheredrey: Initial commit 2020-10-21 17:15:50 +02:00

README for Paludis
==================

Paludis is a multi-format package manager. It can currently be used on Gentoo
and derivatives, using the ebuild and VDB repository formats, and on Exherbo
using the exheres repository format.

The various Paludis clients have man pages. You should read these.  More
documentation is available at:

    http://paludis.exherbo.org/

.. vim: set spell spelllang=en tw=80 : ..

---
# Exheredludis

Standlone fork of the true mindfuck of a package mangler

### How to build
```sh
# Devuan-chimaera
apt-get install cmake libmagic-dev libpcre3-dev libgtest-dev


cmake .
make
```