Package Details: ledger-git latest-7

Git Clone URL: https://aur.archlinux.org/ledger-git.git (read-only, click to copy)
Package Base: ledger-git
Description: A double-entry accounting system with a command-line reporting interface (development version)
Upstream URL: http://ledger-cli.org
Licenses: BSD
Conflicts: ledger
Provides: ledger
Submitter: joni
Maintainer: izenin
Last Packager: izenin
Votes: 25
Popularity: 0.000000
First Submitted: 2009-05-28 01:14 (UTC)
Last Updated: 2024-06-15 07:49 (UTC)

Dependencies (7)

Required by (5)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

bluepill commented on 2014-01-04 12:19 (UTC)

Hi, as holos already mentioned, emacs ledger-mode can be built and installed by appending '-- -DBUILD_EMACSLISP=ON' to the acprep make line. Problem is, the files won't compile with the current code. I fixed the issue in my fork of ledger [1] and filed a pull request [2]. Until it's merged, just replace the repo and add the above line. [1] https://github.com/EvilBit/ledger [2] https://github.com/ledger/ledger/pull/229

holos commented on 2013-12-16 20:24 (UTC)

nevermind the vim plugin, it is now in a separate repo

holos commented on 2013-12-16 02:00 (UTC)

to build and install the lisp files, append `-- -DBUILD_EMACSLISP=ON` to the acprep make line. Additionally, it would be nice to add the vim plugins to the package: local _vimdir="$pkgdir/usr/share/vim/vimfiles" install -Dm644 contrib/vim/compiler/ledger.vim "$_vimdir/compiler/ledger.vim" install -Dm644 contrib/vim/ftplugin/ledger.vim "$_vimdir/ftplugin/ledger.vim" install -Dm644 contrib/vim/indent/ledger.vim "$_vimdir/indent/ledger.vim" install -Dm644 contrib/vim/syntax/ledger.vim "$_vimdir/syntax/ledger.vim"

kurz commented on 2013-11-05 08:46 (UTC)

Would it be possible to include the emacs lisp files? right now, the package doesn't install these :(

joni commented on 2013-10-23 19:57 (UTC)

This likely broke when ledger switched to cmake. I will push a fix upstream.

immae commented on 2013-10-20 21:14 (UTC)

hi, The package lacks texinfo files, which are essential to help to use ledger(they are in doc/*.texi in the git repo), since the manpage contains only a few informations. Can you add them to the package ?

dlin commented on 2013-06-10 05:27 (UTC)

==> Starting pkgver()... /var/abs/local/ledger-git/PKGBUILD: line 27: cd: ledger: Not a directory ==> Starting prepare()... /var/abs/local/ledger-git/PKGBUILD: line 33: cd: ledger: Not a directory Could you follow the standard prototype to modify the PKGBUILD? /usr/share/pacman/PKGBUILD-git.proto

joni commented on 2013-01-14 20:45 (UTC)

Pull request for man pages is pending: https://github.com/ledger/ledger/pull/119 I haven't decided yet what version of the lisp files to install (ledger.el or ldg-*).

ecraven commented on 2013-01-14 09:24 (UTC)

would it be possible to include the emacs lisp files and the man page? right now, the package doesn't install these :(