aboutsummaryrefslogtreecommitdiff
path: root/dev-vcs
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-01-07 13:16:44 -0500
committerJulien Roy <julien@jroy.ca>2023-01-07 13:16:44 -0500
commit0621650309a967e2f2b2561bfbe782349c384605 (patch)
tree6567f5216a0cf02c013887e692e386aa327210d4 /dev-vcs
parent55126e134cf456fe2eb58f4e93e58fa2c0076d7a (diff)
downloadMrRoy-Overlay-0621650309a967e2f2b2561bfbe782349c384605.tar.gz
MrRoy-Overlay-0621650309a967e2f2b2561bfbe782349c384605.tar.bz2
MrRoy-Overlay-0621650309a967e2f2b2561bfbe782349c384605.zip
dev-vcs/git-srht: add config file
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-vcs')
-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"
}