Did you know ... Search Documentation:
GIT commit info
Removed future section of Termux.md. We are in this future :)
authorJan Wielemaker
Mon Feb 1 09:28:41 2021 +0100
committerJan Wielemaker
Mon Feb 1 09:28:41 2021 +0100
commit18c16dbab7523579fdda56ce0fc5c214d197f1f7
treed79b5ff6e4686356f1c23a59f06c8ef75ebe05b8
parente8b90417e572f34d6940f328d2cdc8e884d0517c
Diff style: patch stat
diff --git a/build/Termux.md b/build/Termux.md
index 089dcae..e5ada93 100644
--- a/build/Termux.md
+++ b/build/Termux.md
@@ -32,13 +32,17 @@ Building it yourself
 
 SWI-Prolog for android is built with the docker file used by `termux` to build packages.
 
-The forked [termux-packages repository](https://github.com/erlanger/termux-packages/tree/swi-prolog/packages/swi-prolog)
-contains the scripts to build the SWI-Prolog `deb` files for Android termux, as well as ossp-uuid.
+The forked [termux-packages
+repository](https://github.com/erlanger/termux-packages/tree/swi-prolog/packages/swi-prolog)
+contains the scripts to build the SWI-Prolog `deb` files for Android
+termux, as well as ossp-uuid.
 
-The `run-docker` script below downloads and runs the docker container, which in turn builds
-SWI-Prolog and all its dependencies. You need docker installed and running on your build host.
+The `run-docker` script below downloads and runs the docker container,
+which in turn builds SWI-Prolog and all its dependencies. You need
+docker installed and running on your build host.
 
 To build the deb files yourself, do the following:
+
 ```sh
 git clone -b swi-prolog https://github.com/erlanger/termux-packages
 cd termux-packages
@@ -47,27 +51,15 @@ cd termux-packages
 
 You should now have the  `.deb` files in the `debs` directory.
 
-Future
-------
-Hopefully SWI-Prolog for Android will be officially added to the termux
-package repositories. When that is done, you can simply run
-```
-pkg install swi-prolog
-```
-in termux.
-
-Working Packages
-----------------
-The following packages pass all tests:
-   `clib`, `rdf`, `chr`, `http`, `pcre`, `pengines`, `protobufs`, `sgml`, `yaml`, `zlib`, `ssl`, `semweb`
-
 Unsupported packages
 ---------------------
+
 bdb, odbc, space
 
 
 Test results
 ------------
+
 All tests passing.
 
 ```