persepolisdm / persepolis

Persepolis is a download manager written in Python.
https://persepolisdm.github.io
GNU General Public License v3.0
6.29k stars 653 forks source link

Add Gentoo package installation #607

Closed jorgicio closed 5 years ago

jorgicio commented 5 years ago

Hi!

I maintain my own Gentoo overlay with lots of packages. I just gave support for persepolis package, so anyone who uses that distro (or based ones) can install it as usual with Portage:

emerge persepolis

Check my repo for information about adding my overlay to the list.

Thank you for the package :)

alireza-amirsamimi commented 5 years ago

Hello thank you :) Can you be our maintainer for Gentoo? Can you keep the package update?

jorgicio commented 5 years ago

Sure, no problem. I just uploaded it yesterday and I'm using it, so yes, I can be your maintainer for Gentoo :)

alireza-amirsamimi commented 5 years ago

I added installation method to the persepolis wiki. Thank you :+1:

alimirjamali commented 5 years ago

I can confirm that @jorgicio's overlay works well. Just a quick note on perspolis installation on Gentoo. Python should be compiled with sqlite USE flag.

image

jorgicio commented 5 years ago

Done.

Added PYTHON_REQ_USE="sqlite" to the ebuilds for persepolis.

Thank you!