aboutsummaryrefslogtreecommitdiff
path: root/extra/info
diff options
context:
space:
mode:
Diffstat (limited to 'extra/info')
-rw-r--r--[l---------]extra/info/checksums3
-rwxr-xr-x[l---------]extra/info/post-install6
-rw-r--r--[l---------]extra/info/sources2
-rw-r--r--[l---------]extra/info/version2
4 files changed, 9 insertions, 4 deletions
diff --git a/extra/info/checksums b/extra/info/checksums
index 4ac3e63b..f9927e93 120000..100644
--- a/extra/info/checksums
+++ b/extra/info/checksums
@@ -1 +1,2 @@
-../texinfo/checksums \ No newline at end of file
+%BLAKE3
+f5f103698ea6460ec6dbfa533cae830aa4a1c44d20e65479514468a360565e38 texinfo-7.0.3.tar.xz
diff --git a/extra/info/post-install b/extra/info/post-install
index e9df43e8..662b5ff5 120000..100755
--- a/extra/info/post-install
+++ b/extra/info/post-install
@@ -1 +1,5 @@
-../texinfo/post-install \ No newline at end of file
+#!/bin/sh
+
+find "$CPT_ROOT/usr/share/info" -type f ! -name dir | while read -r file; do
+ install-info "$file" "$CPT_ROOT/usr/share/info/dir"
+done
diff --git a/extra/info/sources b/extra/info/sources
index 0edd2189..c92ef464 120000..100644
--- a/extra/info/sources
+++ b/extra/info/sources
@@ -1 +1 @@
-../texinfo/sources \ No newline at end of file
+https://ftp.gnu.org/gnu/texinfo/texinfo-7.0.3.tar.xz
diff --git a/extra/info/version b/extra/info/version
index fcd2b6c9..828018d1 120000..100644
--- a/extra/info/version
+++ b/extra/info/version
@@ -1 +1 @@
-../texinfo/version \ No newline at end of file
+7.0.3 1