Package Details: borgtui-git r164.fee3ae1-1

Git Clone URL: https://aur.archlinux.org/borgtui-git.git (read-only, click to copy)
Package Base: borgtui-git
Description: Like borgmatic, but with a TUI to help automate borg backups :^)
Upstream URL: https://www.github.com/dpbriggs/borgtui
Licenses: GPL3
Conflicts: borgtui
Provides: borgtui
Submitter: dpbriggs
Maintainer: dpbriggs
Last Packager: dpbriggs
Votes: 2
Popularity: 0.000157
First Submitted: 2023-05-22 00:12 (UTC)
Last Updated: 2024-11-02 17:05 (UTC)

Latest Comments

dpbriggs commented on 2024-08-13 23:52 (UTC)

I've updated the PKGBUILD to include that, thanks!

gyscos commented on 2024-08-12 18:06 (UTC)

Hi,

I believe makepkg recently starting enabling the lto option by default, which can cause issues on rust packages that link to C libraries.

On my machine, this package does not build unless options=('!lto') is used.