Search Criteria
Package Details: sync3c 0.2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sync3c.git (read-only, click to copy) |
|---|---|
| Package Base: | sync3c |
| Description: | A little tool to sync/download media from https://media.ccc.de |
| Upstream URL: | https://github.com/muesli/sync3c |
| Licenses: | MIT |
| Submitter: | muesli |
| Maintainer: | muesli |
| Last Packager: | muesli |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-05-31 21:25 (UTC) |
| Last Updated: | 2020-03-01 07:18 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
dreieck commented on 2023-12-19 14:48 (UTC)
You passing of
-extldflags $LDFLAGSpasses alsoLDFLAGSthat work with GCC but not with go.I get the following error:
flag provided but not defined: -fltoI think if you explicitly want to use
$LDFLAGSthen you manually need to sanitise them for usage with go.Regards!