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
- Host: GitHub
- URL: https://github.com/maxrdz/spacelink
- Owner: maxrdz
- License: gpl-3.0
- Created: 2024-12-27T20:19:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-06T05:16:58.000Z (over 1 year ago)
- Last Synced: 2025-02-12T20:17:55.024Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
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.
## 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.