-
-
Notifications
You must be signed in to change notification settings - Fork 144
/
snapcraft.yaml
42 lines (42 loc) ยท 1 KB
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: clipboard
version: "0.10.0"
summary: The ultimate clipboard manager for the terminal
description: |
The Clipboard Project is one of the most advanced clipboard managers ever.
Cut, copy, and paste anything, anytime, anywhere with unlimited capacity, clipboards, and history.
It's feature packed and easy to use by anybody.
confinement: strict
base: core22
parts:
clipboard:
plugin: cmake
cmake-parameters:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_INSTALL_LIBDIR=bin
source-type: git
source: https://github.com/Slackadays/Clipboard
source-branch: main
build-packages:
- g++
- make
- cmake
- libasound2-dev
- liburing-dev
- libx11-dev
- libwayland-dev
- wayland-protocols
- libssl-dev
stage-packages:
- libasound2-dev
- liburing-dev
- libx11-dev
- libwayland-dev
apps:
clipboard:
command: usr/local/bin/cb
plugs:
- alsa
- x11
- wayland
- home
- removable-media