An open API service indexing awesome lists of open source software.

https://github.com/maxrdz/spacelink

Read-only mirror of https://gitlab.com/maxrdz/spacelink
https://github.com/maxrdz/spacelink

Last synced: 8 months ago
JSON representation

Read-only mirror of https://gitlab.com/maxrdz/spacelink

Awesome Lists containing this project

README

          



Spacelink



A graphical application for sending SMS/MMS messages, built with libcosmic
for the COSMIC desktop environment, and in the future, the COSMIC mobile
shell.


Pipeline

## Building

To build Spacelink, run:

meson setup build -Dprofile=debug
meson compile -C build

To build the flatpak, run:

flatpak run org.flatpak.Builder --user --install --force-clean flatpakbuild/ com.maxrdz.Spacelink.json

## Installing

To install a build of Spacelink, run:

meson install -C build

## Cross Compiling

PLEASE install cross-rs via:

cargo install cross --git https://github.com/cross-rs/cross

The cross project is in a weird state where it doesn't have much motivation
and/or time to cut a release, so you need to pull from the main branch to
get a lot of bug fixes since the 'latest' release as of December 2024.

Then, you can run:

meson setup build -Dtarget=aarch64-unknown-linux-gnu
meson compile -C build

## Copyright and Software License

Copyright (c) 2024 Max Rodriguez

"Spacelink" can be found at https://gitlab.com/maxrdz/spacelink

"Spacelink" is distributed under the terms of the GNU Affero General Public
License, either version 3.0 or, at your option, any later
version WITHOUT ANY WARRANTY. You can read the full copy of
the software license in the COPYING file.