termux-packages
termux-packages copied to clipboard
[Package]: quassel-core
Package description
Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical
Home page URL
https://github.com/linuxserver/docker-quassel-core/blob/master/Dockerfile.aarch64
Source code URL
https://github.com/quassel/quassel
Packaging policy acknowledgement
- [X] I have read and understand the Packaging Policy.
Additional information
No response
Quassel-core should be build like this:
cmake \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWANT_CORE=ON \
-DWANT_MONO=OFF \
-DWANT_QTCLIENT=OFF \
-DWITH_KDE=OFF \
../ && \
make -j2 && \
make DESTDIR=/data/data/com.termux/files install
@Yisus7u7 iirc you had submit a patch for it previously
Thanks for cleaning up some old issues, I saw you did the same on a couple other old issues. Helps reduce the noise for us when looking through issues.
For documentation sake I'd like to add that this is seems to be a duplicate of #10096,
and the quassel
package was added in #17816.
@TomJo2000 thank you
I was not involved in writing the package build for quassel.
@TomJo2000 appreciating/happy with your comment, https://github.com/termux/termux-packages/issues/11627#issuecomment-2054132455