aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/termux_package.mdwn
blob: ac4d6b16b2e0448c6740ece83da0b5a385c2ae25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.

Packages: <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?

> Update: There's already an open issue in termux for this!
> <https://github.com/termux/termux-packages/issues/420>
> --[[Joey]] 

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.

--[[Joey]]