63
Resticity - a cross-platform frontend for restic
(lemmy.world)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Thank you for making a PKGBUILD for this!
I just tried it, but I have the same issue when I was attempting to build mine:
I'm not familiar enough with
wails
to know how to build without it.If you require it as a dependency, it would only work for Arch users with the AUR enabled, as it
wails
doesn't seem to be in the main repositories.Ah. I see that you're installing
wails
withgo
. I guess the problem is that$GOBIN
may not be set for everyone, myself included.Sorry, didn't see this comment... Yes, it's a $GOBIN issue... I've updated the PKGBUILD accordingly
Oh wait... sorry, I forgot about it, but env GOBIN and GOPATH need to be set properly... and then wails should be invoked with $GOBIN/wails build
wails is installed via go install, which I've included in the prepare script