summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-04-04Release version 1.13.0-1Sven Greb
2022-04-04Use the `-t` option of the `install` command to copy foldersSven Greb
2022-04-04Use the advanced syntax for the `source` field for the package file nameSven Greb
2022-04-04Add ARm and ARM64 as supported CPU architecturesSven Greb
2021-02-08Release version 1.11.0-1Sven Greb
2021-02-08Improve build script documentationsSven Greb
2020-11-13Release version 1.10.0-1Sven Greb
2020-11-13Update to upstream version 1.10.0Sven Greb
2020-11-13Build executable without CGOSven Greb
CGO is explicitly disabled in the upstream "GoReleaser" configuration: https://github.com/magefile/mage/blob/5bc3a8ab/.goreleaser.yml#L29
2020-11-13Ensure "$LDFLAGS" are expanded correctlySven Greb
Use brace-based expansion instead of plain environment variable expansion.
2020-11-13Improve Go module compatiblitySven Greb
Ensure the "go.mod" file is handled in read-only mode by using the "-mod" flag with the "readonly" value. Also instruct the "go" command to leave newly-created directories in the module cache at their default permissions rather than making them read-only by using the "-modcacherw" flag. Both flags were introduced in Go 1.14.0, see the release notes for more details: https://golang.org/doc/go1.14#go-flags
2020-11-13Build in PIE modeSven Greb
Build the executable in "Position-independent" build mode [1]. See the Go "-buildmode" flag documentation for more details: https://golang.org/cmd/go/#hdr-Build_modes [1]: https://en.wikipedia.org/wiki/Position-independent_code
2020-11-13Replace "trimpath" GC+ASM flags with new "go build" flag "-trimpath"Sven Greb
The new "-trimpath" flag for the "go build" command was introduced in Go version 1.13.0 [1] and drastically simplifies the way to remove all file system paths from the compiled executable in order to improve build reproducibility. [1]: https://golang.org/doc/go1.13#trimpath
2020-11-13Transfer maintenance to "in-person" account "svengreb"Sven Greb
Moved the reposinbility to maintain this package to my "in-person" account: https://aur.archlinux.org/account/svengreb
2019-10-12Package release version 1.9.0-1Arctic Ice Studio
2019-03-26Prepare initial AUR package release version 1.8.0-1Arctic Ice Studio