add
authorJoey Hess <joeyh@joeyh.name>
Sun, 8 Jan 2017 21:00:25 +0000 (17:00 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sun, 8 Jan 2017 21:00:25 +0000 (17:00 -0400)
doc/todo/termux_package.mdwn [new file with mode: 0644]

diff --git a/doc/todo/termux_package.mdwn b/doc/todo/termux_package.mdwn
new file mode 100644 (file)
index 0000000..c460fb8
--- /dev/null
@@ -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]]