wayclip: new package at 0.1

This commit is contained in:
illiliti 2022-04-25 02:38:47 +03:00
parent 4e0eded4fc
commit b0db7a69fb
6 changed files with 49 additions and 0 deletions

40
wayland/wayclip/README Normal file
View File

@ -0,0 +1,40 @@
wayclip
________________________________________________________________________________
This project implements two command-line Wayland clipboard utilities, waycopy
and waypaste, that let you easily copy data between the clipboard and Unix
pipes, sockets, files and so on. [0]
Upstream: https://github.com/noocsharp/wayclip
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]
[001] Installation
________________________________________________________________________________
+------------------------------------------------------------------------------+
| |
| $ kiss b wayclip |
| |
+------------------------------------------------------------------------------+
[002] Usage
________________________________________________________________________________
Refer to the command help output. Refer to the project's upstream for more
information.
[003] References
________________________________________________________________________________
[0] https://github.com/noocsharp/wayclip

4
wayland/wayclip/build Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh -e
make PREFIX=/usr
make PREFIX=/usr install

View File

@ -0,0 +1 @@
52c057526e1fc9b45e3787ee4c04695370df2fde0f5cafbbd89875af883df1be

2
wayland/wayclip/depends Normal file
View File

@ -0,0 +1,2 @@
wayland
wayland-protocols make

1
wayland/wayclip/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/noocsharp/wayclip/archive/VERSION.tar.gz

1
wayland/wayclip/version Normal file
View File

@ -0,0 +1 @@
0.1 1