From a6d1b85e9691e623fb603861027331518dc09c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sun, 3 Jul 2022 19:36:16 +0200 Subject: [PATCH] New package: wayclip-0.3 --- srcpkgs/wayclip/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/wayclip/template diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template new file mode 100644 index 000000000000..06d64933b02d --- /dev/null +++ b/srcpkgs/wayclip/template @@ -0,0 +1,17 @@ +# Template file for 'wayclip' +pkgname=wayclip +version=0.3 +revision=1 +build_style=gnu-makefile +hostmakedepends="wayland-devel" +makedepends="wayland-devel" +short_desc="Wayland clipboard utility" +maintainer="Jan Christian Grünhage " +license="ISC" +homepage="https://git.sr.ht/~noocsharp/wayclip" +distfiles="https://git.sr.ht/~noocsharp/wayclip/archive/${version}.tar.gz" +checksum=f3131b459bfb6354d9cf1ad129946205035aa79aa29953f5e21c6b62878eb977 + +post_install() { + vlicense LICENSE +}