Search Criteria
Package Details: virtwold 23.12.0-2
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: | 2024-04-09 07:27 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libvirt (libvirt-gitAUR, libvirt-xenAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- libvirt (libvirt-gitAUR, libvirt-xenAUR) (make)
Latest Comments
dreieck commented on 2024-04-08 17:49 (UTC)
libvirt
needs 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
-ldflags
for your go package, you have to strip off flags that may be pre-specified in$LDFLAGS
by 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!