Changes between Initial Version and Version 1 of Ticket #5540, comment 5
- Timestamp:
- 08/15/2024 04:00:17 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5540, comment 5
initial v1 1 1 One annoying thing about scdoc is the upstream download URL https://git.sr.ht/~sircmpwn/scdoc/archive/1.11.3.tar.gz contains a stupid filename. And unlike GitHub, "https://git.sr.ht/~sircmpwn/scdoc/archive/1.11.3/scdoc-1.11.3.tar.gz" won't work. We can use http://ftp.debian.org/debian/pool/main/s/scdoc/scdoc_1.11.3.orig.tar.gz instead (like iso-codes). 2 3 The tarball is just 16 KiB. And the instruction is just 4 5 {{{ 6 make CFLAGS="-O2 -g" PREFIX=/usr 7 make check # optional 8 make install PREFIX=/usr 9 }}} 10 11 The build time is < 0.1 SBUs. 12 13 So IMO adding it into LFS is much easier than creating another man page tarball. The difference from systemd is systemd man pages need many packages (libxml2, libxslt, docbook-xml, docbook-xsl) but scdoc is just one package.