Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / ledger
Commits: 1632137e by Jelle van der Waa at 2023-09-03T12:09:25+02:00 Install bash completion Fixes: FS#61857 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -5,10 +5,11 @@ # Contributor: TDY <[email protected]> # Contributor: Adam Ehlers Nyholm Thomsen <[email protected]> # Contributor: Nathan Jones <[email protected]> +# Contributor: Sergey Zolotorev <[email protected]> pkgname=ledger pkgver=3.3.2 -pkgrel=3 +pkgrel=4 pkgdesc='Double-entry accounting system with a command-line reporting interface' arch=(i686 x86_64) url='https://ledger-cli.org' @@ -40,4 +41,5 @@ package() { make DESTDIR="$pkgdir" install install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/ledger/LICENSE.md" + install -Dm644 contrib/ledger-completion.bash "$pkgdir/usr/share/bash-completion/completions/ledger" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ledger/-/commit/1632137e3072ad22d3d0af0395c905796c479efb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ledger/-/commit/1632137e3072ad22d3d0af0395c905796c479efb You're receiving this email because of your account on gitlab.archlinux.org.
