Search Criteria
Package Details: concord-git v3.0.0.r30.g2498dd2e-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/concord-git.git (read-only, click to copy) |
|---|---|
| Package Base: | concord-git |
| Description: | A Discord API wrapper library made in C (dev branch) |
| Upstream URL: | https://github.com/Cogmasters/concord |
| Keywords: | c discord discord, library library, |
| Licenses: | MIT |
| Submitter: | mrtuxa |
| Maintainer: | LazySeldi |
| Last Packager: | LazySeldi |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-10-15 19:32 (UTC) |
| Last Updated: | 2025-11-06 13:25 (UTC) |
Latest Comments
v1993 commented on 2023-08-14 06:05 (UTC)
Static library installed by this package is unusable if LTO is enabled.
Meikk99 commented on 2022-10-16 15:40 (UTC)
You really shouldn't be using
sudo makein a pkgbuild and-j$(nproc)should probably be set by the user inmakepkg.conf. Seeing as this is a git package it should also include a pkgver function.