Package Details: bonsai.sh-git r88.0a3ecf1-1

Git Clone URL: https://aur.archlinux.org/bonsai.sh-git.git (read-only, click to copy)
Package Base: bonsai.sh-git
Description: bonsai tree generator written in bash
Upstream URL: https://gitlab.com/jallbrit/bonsai.sh
Keywords: art bonsai shell-art
Licenses: GPL3
Conflicts: bonsai.sh
Provides: bonsai.sh
Submitter: neneal
Maintainer: ramen
Last Packager: ramen
Votes: 6
Popularity: 0.000003
First Submitted: 2019-03-09 02:24 (UTC)
Last Updated: 2022-05-19 21:32 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

nichobi commented on 2020-06-25 22:19 (UTC)

As of a few days ago, the upstream repo notes that development has moved to a C port called cbonsai. I've created an AUR package for it here.

ifreund commented on 2020-02-12 09:47 (UTC) (edited on 2020-02-13 14:04 (UTC) by ifreund)

There is an error in this PKGBUILD's package() function. The following change should be made:

diff --git a/PKGBUILD b/PKGBUILD
index a7e11eb..61174fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,5 +30,5 @@ package() {
         cd ${srcdir}/${pkgname}
         install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
        install -Dm755 bonsai.sh "$pkgdir/usr/bin/bonsai.sh"
-       sudo ln -s /bin/bonsai.sh /bin/bonsai
+        ln -s /usr/bin/bonsai.sh $pkgdir/usr/bin/bonsai
}

dpeukert commented on 2019-12-20 15:04 (UTC)

bc should be a dependency.

neon64 commented on 2019-06-11 13:22 (UTC)

/usr/bin/bonsai is listed in lostfiles - I think this is because the PKGBUILD symlinks bonsai to bonsai.sh, and pacman doesn't list /usr/bin/bonsai under the files for this package