diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /mandoc | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'mandoc')
| -rw-r--r-- | mandoc/.checksum | 1 | ||||
| -rw-r--r-- | mandoc/.files | 30 | ||||
| -rw-r--r-- | mandoc/abuild | 14 |
3 files changed, 45 insertions, 0 deletions
diff --git a/mandoc/.checksum b/mandoc/.checksum new file mode 100644 index 00000000..cd710912 --- /dev/null +++ b/mandoc/.checksum @@ -0,0 +1 @@ +0e1e812610cea4d9a254d161599466abccd3688568f19baeff1c2ed0dae586e4 mandoc-1.14.6.tar.gz diff --git a/mandoc/.files b/mandoc/.files new file mode 100644 index 00000000..5aa7217c --- /dev/null +++ b/mandoc/.files @@ -0,0 +1,30 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/apropos -> mandoc +-r-xr-xr-x root/root usr/bin/demandoc +lrwxrwxrwx root/root usr/bin/makewhatis -> ../bin/mandoc +lrwxrwxrwx root/root usr/bin/man -> mandoc +-r-xr-xr-x root/root usr/bin/mandoc +-r-xr-xr-x root/root usr/bin/soelim +lrwxrwxrwx root/root usr/bin/whatis -> mandoc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-r--r--r-- root/root usr/share/man/man1/apropos.1.gz +-r--r--r-- root/root usr/share/man/man1/demandoc.1.gz +-r--r--r-- root/root usr/share/man/man1/man.1.gz +-r--r--r-- root/root usr/share/man/man1/mandoc.1.gz +-r--r--r-- root/root usr/share/man/man1/soelim.1.gz +lrwxrwxrwx root/root usr/share/man/man1/whatis.1.gz -> apropos.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-r--r--r-- root/root usr/share/man/man5/man.conf.5.gz +-r--r--r-- root/root usr/share/man/man5/mandoc.db.5.gz +drwxr-xr-x root/root usr/share/man/man7/ +-r--r--r-- root/root usr/share/man/man7/eqn.7.gz +-r--r--r-- root/root usr/share/man/man7/man.7.gz +-r--r--r-- root/root usr/share/man/man7/mandoc_char.7.gz +-r--r--r-- root/root usr/share/man/man7/mdoc.7.gz +-r--r--r-- root/root usr/share/man/man7/roff.7.gz +-r--r--r-- root/root usr/share/man/man7/tbl.7.gz +drwxr-xr-x root/root usr/share/man/man8/ +-r--r--r-- root/root usr/share/man/man8/makewhatis.8.gz diff --git a/mandoc/abuild b/mandoc/abuild new file mode 100644 index 00000000..3351c0c1 --- /dev/null +++ b/mandoc/abuild @@ -0,0 +1,14 @@ +name=mandoc +version=1.14.6 +release=1 +source="https://${name}.bsd.lv/snapshots/${name}-${version}.tar.gz" + +prebuild() { +cat > configure.local <<EOF +PREFIX=/usr +MANDIR=/usr/share/man +LIBDIR=/usr/lib +SBINDIR=/usr/bin +LN="ln -sf" +EOF +} |