Calibre ebuild from poly-c overlay

This commit is contained in:
layman
2016-04-17 19:13:54 +01:00
parent e50f745009
commit 52c6e01e4d
6 changed files with 373 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# /etc/conf.d/calibre-server
# Change this to the user you want to run calibre-server as.
# You may specify a group too, after a colon
# NOTE: This must be set and not to root!
CALIBRE_USER=
# Set the path of the library to serve.
# Defaults to the default location for CALIBRE_USER.
#CALIBRE_LIBRARY='<user home directory>/Calibre Library'
# Extra options to pass to calibre-server.
# See the calibre-server man page for more options.
#CALIBRE_OPTS="--username calibre --password password --thread-pool 10 --port 8080"