From 75141715f9cc16d3f9837c58d15134a3a6eff13e Mon Sep 17 00:00:00 2001 From: lz-coder Date: Sat, 28 Jan 2023 11:00:51 -0300 Subject: [PATCH] New package: clapboard-0.1.1 --- srcpkgs/clapboard/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/clapboard/template diff --git a/srcpkgs/clapboard/template b/srcpkgs/clapboard/template new file mode 100644 index 00000000000000..6cadbd858e4508 --- /dev/null +++ b/srcpkgs/clapboard/template @@ -0,0 +1,17 @@ +# Template file for 'clapboard' +pkgname=clapboard +version=0.1.1 +revision=1 +build_style=cargo +depends="wl-clipboard" +short_desc="Simple clipboard manager for Wayland, built in Rust" +maintainer="lz-coder " +license="MIT" +homepage="https://github.com/bjesus/clapboard" +changelog="https://github.com/bjesus/clapboard/releases" +distfiles="https://github.com/bjesus/clapboard/archive/refs/tags/v${version}.tar.gz" +checksum=dbb82f8d224e7b11092e500d12981d970ea04a730ff26dab82b39c0e33c7a033 + +post_install() { + vlicense LICENSE +}