From f93126a099712286b760900c1dc543b54a5ebf1c Mon Sep 17 00:00:00 2001 From: Filip Lajszczak Date: Sat, 11 Nov 2023 22:21:55 +0000 Subject: Add Sourcehut publisher. * haunt/publisher/sourcehut.scm: New file. * configure.ac: Check for presence of hut and tar. * Makefile.am: Conditionally add sourcehut publisher to build. * guix.scm: Add hut and tar inputs. --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1b12737..7a6583e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,9 +97,18 @@ SOURCES += haunt/publisher/rsync.scm endif +if HAVE_HUT +if HAVE_TAR + +SOURCES += haunt/publisher/sourcehut.scm + +endif +endif + TESTS = \ tests/helper.scm \ tests/post.scm \ + tests/publisher-hut.scm \ tests/utils.scm TEST_EXTENSIONS = .scm -- cgit v1.2.3