diff --git a/wayland/wayclip/README b/wayland/wayclip/README new file mode 100644 index 00000000..07b2c814 --- /dev/null +++ b/wayland/wayclip/README @@ -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 + diff --git a/wayland/wayclip/build b/wayland/wayclip/build new file mode 100755 index 00000000..21cd2e73 --- /dev/null +++ b/wayland/wayclip/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make PREFIX=/usr +make PREFIX=/usr install diff --git a/wayland/wayclip/checksums b/wayland/wayclip/checksums new file mode 100644 index 00000000..e4909ec6 --- /dev/null +++ b/wayland/wayclip/checksums @@ -0,0 +1 @@ +52c057526e1fc9b45e3787ee4c04695370df2fde0f5cafbbd89875af883df1be diff --git a/wayland/wayclip/depends b/wayland/wayclip/depends new file mode 100644 index 00000000..78a5efe7 --- /dev/null +++ b/wayland/wayclip/depends @@ -0,0 +1,2 @@ +wayland +wayland-protocols make diff --git a/wayland/wayclip/sources b/wayland/wayclip/sources new file mode 100644 index 00000000..f1b284f1 --- /dev/null +++ b/wayland/wayclip/sources @@ -0,0 +1 @@ +https://github.com/noocsharp/wayclip/archive/VERSION.tar.gz diff --git a/wayland/wayclip/version b/wayland/wayclip/version new file mode 100644 index 00000000..084a74c2 --- /dev/null +++ b/wayland/wayclip/version @@ -0,0 +1 @@ +0.1 1