Created attachment 602736 [details] fake-hwclock-0.11.ebuild Since swclock is a purely openrc thing, I use this Debian solution on my embedded systemd systems.
Created attachment 602738 [details] fake-hwclock-save.timer
Created attachment 602740 [details] fake-hwclock-save.service
fake-hwclock-save.service and fake-hwclock-save.timer go to "$FILESDIR"
Comment on attachment 602736 [details] fake-hwclock-0.11.ebuild >DESCRIPTION="Fake hwclock that sets time to last reboot" The Debian package tracker describes it as "Save/restore system clock on machines without working RTC hardware ". >HOMEPAGE="https://foo.example.org/" That is not an acceptable homepage. >IUSE="" > >RDEPEND="" > >DEPEND="${RDEPEND}" > >BDEPEND="" No need to set these empty variables.
Created attachment 602746 [details] fake-hwclock-0.11.ebuild Updated Description and Homepage, deleted empty variables in accordance with jer's comments.