git-annex/doc/todo/termux_package.mdwn

23 lines
814 B
Text
Raw Normal View History

2017-01-08 21:00:25 +00:00
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.
2017-01-08 21:27:14 +00:00
Packages: <https://github.com/termux/termux-packages>
2017-01-08 21:00:25 +00:00
May be easier to build an appropriate .deb from the android git-annex
binary, and add it to termux's sources.list?
2017-01-08 21:27:14 +00:00
> Update: There's already an open issue in termux for this!
> <https://github.com/termux/termux-packages/issues/420>
> --[[Joey]]
2017-01-08 21:00:25 +00:00
2017-01-08 21:37:56 +00:00
This would also help with [[tor]] support on android, since termux has a
tor package. And would avoid needing to bundle other
often out of date stuff with git-annex.apk.
2017-01-08 21:00:25 +00:00
--[[Joey]]