From d7587324edc0fa342e5a001045e26bcb4f0927ca Mon Sep 17 00:00:00 2001 From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com> Date: Sat, 11 Jun 2022 16:04:26 +0300 Subject: [PATCH 1/3] Create template --- srcpkgs/wayclip/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/wayclip/template diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template new file mode 100644 index 000000000000..22c5b032cc1d --- /dev/null +++ b/srcpkgs/wayclip/template @@ -0,0 +1,16 @@ +# Template file for 'wayclip' +pkgname=wayclip +version=0.2 +revision=1 +build_style=gnu-makefile +hostmakedepends="wayland-devel" +short_desc="Wayland clipboard utility" +maintainer="Vadim Vardanian " +license="ISC" +homepage="https://github.com/noocsharp/wayclip" +distfiles="https://github.com/noocsharp/wayclip/archive/${version}.tar.gz" +checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1" + +post_install() { + vlicense LICENSE +} From 615acc184bf46090aa7e84bf9b776453d0efa356 Mon Sep 17 00:00:00 2001 From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com> Date: Sat, 11 Jun 2022 16:13:59 +0300 Subject: [PATCH 2/3] New package: wayclip-0.2 --- srcpkgs/wayclip/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template index 22c5b032cc1d..77ac5b6a1e3a 100644 --- a/srcpkgs/wayclip/template +++ b/srcpkgs/wayclip/template @@ -14,3 +14,4 @@ checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1" post_install() { vlicense LICENSE } +a From 2ff60ab5398e4671838e40be88463f4312570590 Mon Sep 17 00:00:00 2001 From: nvidiaLinuxUser <105428527+nvidiaLinuxUser@users.noreply.github.com> Date: Sat, 11 Jun 2022 16:14:08 +0300 Subject: [PATCH 3/3] New package: wayclip-0.2 --- srcpkgs/wayclip/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template index 77ac5b6a1e3a..22c5b032cc1d 100644 --- a/srcpkgs/wayclip/template +++ b/srcpkgs/wayclip/template @@ -14,4 +14,3 @@ checksum="170a9bb896d3a1a18643d062f70d92b6a2c2726ddf0c804990bec2557b521ba1" post_install() { vlicense LICENSE } -a