termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.09k stars 3k forks source link

Hledger #3803

Open alensiljak opened 5 years ago

alensiljak commented 5 years ago

Package description A command-line plaint-text accounting package. A more-modern implementation of ledger-cli, with a few fixes in concepts. It is an improvement to ledger in terms of reports and the application of, for example, assert statements in date order instead of in file-order. Actively maintained.

Link to home page and sources

  1. Home page: https://hledger.org/
  2. Source code: https://github.com/simonmichael/hledger/

Additional information Have you compiled or tried to compile the package on device?

I have not tried. The operation might be too resource-intensive for a mobile device, considering it is implemented in Haskell. Compiling on a device would probably also depend on #80? I'm no Haskell developer but would like to help as much as I can.

brtsos commented 5 years ago

@MisterY Did you install hledger in another way?

alensiljak commented 5 years ago

Hi, @brtsos, No, I did not manage (yet) to have hledger (or Haskell in generall) running on Android. I'm currently using Ledger-cli in Termux as it is available as a native package.

alensiljak commented 1 year ago

@mistery Did you install hledger in another way?

I may add that hledger is available as a Debian package and can be installed in a proot-distro. So, technically, there's a functional workaround.

alensiljak commented 1 year ago

Also https://github.com/termux/termux-packages/issues/80 seems to have been completed for a while.

erplsf commented 5 months ago

I managed to do it in proot-distro and will try to package it here properly: https://github.com/simonmichael/hledger/issues/398#issuecomment-1705311993