Changes between Initial Version and Version 1 of Ticket #5540, comment 5


Ignore:
Timestamp:
08/15/2024 04:00:17 AM (5 weeks ago)
Author:
Xi Ruoyao

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5540, comment 5

    initial v1  
    11One 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
     3The tarball is just 16 KiB.  And the instruction is just
     4
     5{{{
     6make CFLAGS="-O2 -g" PREFIX=/usr
     7make check # optional
     8make install PREFIX=/usr
     9}}}
     10
     11The build time is < 0.1 SBUs.
     12
     13So 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.