From 0621650309a967e2f2b2561bfbe782349c384605 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 7 Jan 2023 13:16:44 -0500 Subject: dev-vcs/git-srht: add config file Signed-off-by: Julien Roy --- dev-vcs/git-srht/git-srht-0.81.3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-vcs') 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" } -- cgit v1.2.3