Skip to content

colinfruit/druid-app-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

druid-app-boilerplate

Druid boilerplate for Pinephone app development.

Build

Install cross:

cargo install cross

Install docker: https://docs.docker.com/engine/install/

Build the project using cross:

cross build --target=aarch64-unknown-linux-gnu --release

Install

Send the project to the phone:

scp -r path/to/project {phone-username}@{phone-ip}:~/druid-app-boilerplate

Copy the release binary to /usr/local/bin:

sudo cp target/aarch64-unknown-linux-gnu/release/boilerplate /usr/local/bin

Install the desktop app with logo:

sudo cp extra/logo/boilerplate.svg /usr/share/pixmaps/Boilerplate.svg
sudo desktop-file-install extra/linux/Boilerplate.desktop
sudo update-desktop-database

TODO:

Replace these build and install instructions with an easier flatpak/snap setup.

About

Druid boilerplate for Pinephone app development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages