From 439dc90483cf2558662ddc8b3e9c4841431c957e Mon Sep 17 00:00:00 2001 From: inalone Date: Sat, 26 Aug 2023 14:59:56 +0100 Subject: [PATCH] New package: autotiling-rs-0.1.3 --- srcpkgs/autotiling-rs/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/autotiling-rs/template diff --git a/srcpkgs/autotiling-rs/template b/srcpkgs/autotiling-rs/template new file mode 100644 index 0000000000000..1d4f028d29ead --- /dev/null +++ b/srcpkgs/autotiling-rs/template @@ -0,0 +1,15 @@ +# Template file for 'autotiling-rs' +pkgname=autotiling-rs +version=0.1.3 +revision=1 +build_style=cargo +short_desc="Autotiling for sway and i3" +maintainer="inalone " +license="MIT" +homepage="https://github.com/ammgws/autotiling-rs" +distfiles="https://github.com/ammgws/autotiling-rs/archive/v${version}.tar.gz" +checksum=f8caf9e71534e5843b800e39158ebb039a939939387d414cfb967c6790acf611 + +post_install() { + vlicense LICENSE +}