Package Details: homeassistant-osagent 1.6.0-2

Git Clone URL: https://aur.archlinux.org/homeassistant-osagent.git (read-only, click to copy)
Package Base: homeassistant-osagent
Description: Home Assistant OS Agent
Upstream URL: https://github.com/home-assistant/os-agent
Keywords: haos hass homeassistant
Licenses: Apache
Submitter: rokam
Maintainer: rokam
Last Packager: rokam
Votes: 3
Popularity: 0.000014
First Submitted: 2022-08-05 19:13 (UTC)
Last Updated: 2024-04-03 16:42 (UTC)

Latest Comments

vojtech commented on 2024-03-23 16:44 (UTC) (edited on 2024-03-23 16:45 (UTC) by vojtech)

Hi, it would not compile for my LDFLAGS.

Needed to change:

-    go build -buildmode=pie -ldflags "-linkmode=external -extldflags=$LDFLAGS -X main.version=${pkgver}"
+    go build -buildmode=pie -ldflags "-linkmode=external -extldflags \"$LDFLAGS\" -X main.version=${pkgver}"

rokam commented on 2023-12-16 13:58 (UTC)

Done

Adrian.Chmiel commented on 2023-12-16 09:48 (UTC)

Hi, You can change: arch=('x86_64') into arch=('any')

Then it's work on ARM CPU, tested

EndlessEden commented on 2022-11-29 06:51 (UTC)

needs "options=(!lto)" fails to compile