forked from kiss-community/repo
wayclip: new package at 0.1
This commit is contained in:
parent
4e0eded4fc
commit
b0db7a69fb
40
wayland/wayclip/README
Normal file
40
wayland/wayclip/README
Normal 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
4
wayland/wayclip/build
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make PREFIX=/usr
|
||||
make PREFIX=/usr install
|
1
wayland/wayclip/checksums
Normal file
1
wayland/wayclip/checksums
Normal file
@ -0,0 +1 @@
|
||||
52c057526e1fc9b45e3787ee4c04695370df2fde0f5cafbbd89875af883df1be
|
2
wayland/wayclip/depends
Normal file
2
wayland/wayclip/depends
Normal file
@ -0,0 +1,2 @@
|
||||
wayland
|
||||
wayland-protocols make
|
1
wayland/wayclip/sources
Normal file
1
wayland/wayclip/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/noocsharp/wayclip/archive/VERSION.tar.gz
|
1
wayland/wayclip/version
Normal file
1
wayland/wayclip/version
Normal file
@ -0,0 +1 @@
|
||||
0.1 1
|
Loading…
Reference in New Issue
Block a user