Search Criteria
Package Details: virtwold 25.10.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/virtwold.git (read-only, click to copy) |
|---|---|
| Package Base: | virtwold |
| Description: | Wake-on-LAN for libvirt based VMs |
| Upstream URL: | https://github.com/ScottESanDiego/virtwold |
| Submitter: | ixevix |
| Maintainer: | ixevix |
| Last Packager: | ixevix |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-03-08 14:13 (UTC) |
| Last Updated: | 2025-10-18 11:24 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libvirt (libvirt-gitAUR, libvirt-venusAUR, libvirt-xenAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, goup-rsAUR, go-binAUR, gcc-go) (make)
- libvirt (libvirt-gitAUR, libvirt-venusAUR, libvirt-xenAUR) (make)
Latest Comments
dreieck commented on 2024-04-08 17:49 (UTC)
libvirtneeds to be added at least tomakedepends, probably also todepends:Regards and thanks for maintaining!
ixevix commented on 2023-12-18 13:33 (UTC)
Looks like it compiles without the LDFLAGS so I removed it. Hope this is a good solution.
dreieck commented on 2023-12-18 13:05 (UTC)
When you use
-ldflagsfor your go package, you have to strip off flags that may be pre-specified in$LDFLAGSby the user (e.g. in/etc/makepkg.conf) but not compatible with go.I get the following error:
Regards!
ixevix commented on 2023-07-12 06:34 (UTC)
Thanks for the comments. I pushed an update.
dreieck commented on 2023-07-11 22:30 (UTC)
Please add
url='https://github.com/ScottESanDiego/virtwold'.dreieck commented on 2023-07-11 22:30 (UTC)
This package installs stuff into
/usr/local/, which must not happen./usr/local/is solely to be used for stuff installed manually outside of packages.In detail, it installs
/usr/local/bin/virtwold.Please install directly as
/usr/bin/virtwold.Thanks for maintaining,
regards!