Search Criteria
Package Details: safu 0.58.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/safu.git (read-only, click to copy) |
---|---|
Package Base: | safu |
Description: | C to library to reduce boiler plate code when use standard c-libs |
Upstream URL: | https://github.com/Elektrobit/safu |
Licenses: | MIT |
Submitter: | gehwolf |
Maintainer: | gehwolf |
Last Packager: | gehwolf |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-02-11 22:15 (UTC) |
Last Updated: | 2024-11-21 23:25 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- json-c (json-c-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
Nordwin commented on 2024-08-28 08:51 (UTC)
Thanks a lot, works very well!
gehwolf commented on 2024-08-26 20:24 (UTC)
Hi Nordwin,
thanks for pointing this out. I added
git
tomakedepends
and set-DENABLE_GIT_VERSION
toon
for elos, as it should be the default.Thanks.
Nordwin commented on 2024-08-26 15:55 (UTC)
Hey, I built this package to play around with elos a bit. Unfortunately, it does not build in a clean chroot, as it requires git during building.
The easiest fix would be to add git to makedepends, or add -DENABLE_GIT_VERSION=off to the cmake call. This also affects samconf but does not affect elos itself, since elos defaults to ENABLE_GIT_VERSION=off.