summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-01-08 17:00:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-01-08 17:00:25 -0400
commit6d1dc5f1c9bc0f9ea0fc4631ba77fe9e7c16d9f7 (patch)
tree7320e5fbd6874efe470896bd2432b8528eb963a4 /doc/todo
parent1b0f4a488e63d741faf23bdc15c6cfa92ecbf850 (diff)
add
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/termux_package.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/termux_package.mdwn b/doc/todo/termux_package.mdwn
new file mode 100644
index 000000000..c460fb8ba
--- /dev/null
+++ b/doc/todo/termux_package.mdwn
@@ -0,0 +1,15 @@
+Termux is an android terminal with apt. It should be possible to build
+git-annex this way, and this would be a nice alternative (or perhaps
+replacement) for the git-annex.apk.
+
+Looks like termux uses ubuntu to build, but cross-compiles for android,
+using bionic. So, ghc-android would still need to be used to build
+git-annex.
+
+<https://github.com/termux/termux-packages>
+
+May be easier to build an appropriate .deb from the android git-annex
+binary, and add it to termux's sources.list?
+
+
+--[[Joey]]