Skip to content

yveszoundi/guix-rclip-client-cli-wayland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Test repository to understand few concepts.

What is this?

I’m just experimenting with Guix packaging of applications written in the Rust programming language.

  • This is for Wayland only (Linux)
  • This is command-line only
  • This is meant to be deployed on a Gnu Guix System environment

How do I build it?

guix environment -l guix.scm
CC=gcc cargo build

How do I install it?

You can install the application by running the command below.

guix package -f guix.scm

How do I run it?

You can invoke the command rclip-client-cli -h and display available options.

For more information, please visit the official GitHub project page of this application.