aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-vcs/git-srht/git-srht-0.81.3.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-vcs/git-srht/git-srht-0.81.3.ebuild b/dev-vcs/git-srht/git-srht-0.81.3.ebuild
index 7be6e31..cf62450 100644
--- a/dev-vcs/git-srht/git-srht-0.81.3.ebuild
+++ b/dev-vcs/git-srht/git-srht-0.81.3.ebuild
@@ -50,6 +50,9 @@ src_compile() {
src_install() {
distutils-r1_src_install
+ dodir "/etc/sr.ht"
+ insinto "/etc/sr.ht/"
+ newins "${S}/config.example.ini" "config.example.git.sr.ht.ini"
dobin "${S}/gitsrht-dispatch/gitsrht-dispatch"
dobin "${S}/gitsrht-shell/gitsrht-shell"
dobin "${S}/gitsrht-keys/gitsrht-keys"
@@ -71,4 +74,5 @@ src_install() {
plg_postinst() {
optfeature "builds.sr.ht integration" "dev-util/builds-srht"
+ optfeature "periodic tasks" "virtual/cron"
}