No, @Gekjan, don't worry about it! I am happy if you want to maintain it. Cheers!
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/bloom-git.git (read-only, click to copy) |
|---|---|
| Package Base: | bloom-git |
| Description: | Bloom AVR debugger - A debug interface for embedded systems development on Linux. |
| Upstream URL: | https://github.com/navnavnav/Bloom |
| Licenses: | LGPL |
| Submitter: | maximevince |
| Maintainer: | Gekjan |
| Last Packager: | Gekjan |
| Votes: | 3 |
| Popularity: | 0.003087 |
| First Submitted: | 2022-04-12 08:52 (UTC) |
| Last Updated: | 2025-06-02 19:16 (UTC) |
No, @Gekjan, don't worry about it! I am happy if you want to maintain it. Cheers!
@maximevince, Yes, sorry for not communicating better. I assumed you were no longer active on the AUR. Would you like the package back?
@Gekjan, you are the maintainer of this package now, right?
Is this package still maintained?
libprocps is missing from the dependency list.
I think the sources have moved around too, so the PKGBUILD is out of date. I got it to compile by changing the following lines:
Line 32 "${srcdir}/${pkgname}/release/bin/" to "${srcdir}/${pkgname}/build/cmake-build-release/bin/"
Line 35 "${srcdir}/${pkgname}/release/resources/" to "${srcdir}/${pkgname}/build/cmake-build-release/resources/"
Line 44 "${srcdir}/${pkgname}/resources/udevrules/99-bloom.rules" to "${srcdir}/${pkgname}/build/distributed/udevrules/99-bloom.rules"
I think yaml-cpp is missing from the dependencies - CMake won't continue if it's not installed.