Package Details: worm 0.3.3-1

Git Clone URL: https://aur.archlinux.org/worm.git (read-only, click to copy)
Package Base: worm
Description: A floating, tag-based window manager written in Nim
Upstream URL: https://github.com/codic12/worm
Licenses: MIT
Submitter: moson
Maintainer: moson
Last Packager: moson
Votes: 3
Popularity: 0.72
First Submitted: 2021-12-12 20:17 (UTC)
Last Updated: 2024-03-30 10:14 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

TrialnError commented on 2024-03-30 19:07 (UTC)

Building 0.3.3 in a clean chroot results in this error for me:

 Installing crunchy@>= 0.1.0
       Tip: 25 messages have been suppressed, use --verbose to show them.
nimble.nim(683)          getDownloadInfo

    Error:  Package crunchy@>= 0.1.0 not found.

moson commented on 2022-04-12 19:44 (UTC)

@acxz Indeed. Seems nimble uses git for downloading additional dependencies. I've added it now.

Thanks for noticing.

acxz commented on 2022-04-12 18:18 (UTC)

thx for creating this package, however it is failing for me:

==> Starting build()...
  Verifying dependencies for worm@0.1.0
    Prompt: No local packages.json found, download it from internet? -> [forced yes]
Downloading Official package list
    Success Package list downloaded.
 Installing x11@any version
Downloading https://github.com/nim-lang/x11 using git
       Tip: 5 messages have been suppressed, use --verbose to show them.
     Error: 'git' not in PATH.
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/acxz/build
error: failed to build 'worm-0.2.5-1': failed to run: makechrootpkg -r /var/lib/aurbuild/x86_64 -D /home/acxz/.cache/paru/repo -d /var/cache/pacman/pkg/ -- -feA --noconfirm --noprepare --holdver: 
error: packages failed to build: worm-0.2.5-1

looks like git needs to be added to the makedeps?