This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Firejail profile for Seafile | |
# This file is overwritten after every install/update | |
# Persistent local customizations | |
include seafile-applet.local | |
# Persistent global definitions | |
include globals.local | |
noblacklist ${HOME}/.config/Seafile | |
noblacklist ${HOME}/Seafile/.seafile-data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 1999-2018 Gentoo Authors | |
# Distributed under the terms of the GNU General Public License v2 | |
EAPI=6 | |
PYTHON_COMPAT=( python2_7 ) | |
inherit distutils-r1 | |
DESCRIPTION="A Python CD-DA ripper preferring accuracy over speed (forked from morituri)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EBUILD cyanrip-9999.ebuild 495 BLAKE2B 1881bfe2bae772ccfe78a739bb63bfaf8d01735c8a7cb9e4e2cbdd4d72ae32ac1e615ee04fc29088eba53389c45b79e7ee0e8cb0aaa9af62966dff91d962c34c SHA512 1dc6bc179ac074d1bdc31c3450dd62ba53716989fd8faa870d941d0d60593552b6186db091a65ff20ee28eaf37219597aefe62f23b241a4313a5208e09e29899 | |
MISC metadata.xml 251 BLAKE2B e59b22ec6e63719ee4185620ed83f012087a927c3849328552d507cd0b3f65b16847c423ad910ded9c98b4157816d81511ea28c6d91478c61c9523c8a4cb6746 SHA512 bf5cf7559fe78617ba8a0b2ffe42d726c808e5460be8c72bccdfd2d56be2f7e195d49ece7521354e49d7b84a4e5c2aa3015eca94a69bbc8aa4652287e8c7fa80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Apache License 2015 | |
# What user and group should Gogs run as? | |
user="gogs" | |
group="gogs" | |
# Where is Gogs installed? | |
basedir="/usr/share/gogs" # never used | |
homedir="/var/lib/gogs" |