From 07a3758ce4ebc1033d6f84fefdd2c5d1bd727a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= Date: Sat, 13 Mar 2021 15:02:53 +0100 Subject: [PATCH] New package: autotiling --- srcpkgs/autotiling/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/autotiling/template diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template new file mode 100644 index 00000000000..69c49b8f107 --- /dev/null +++ b/srcpkgs/autotiling/template @@ -0,0 +1,14 @@ +# Template file for 'autotiling' +pkgname=autotiling +version=1.4 +revision=1 +build_style=python3-module +hostmakedepends="python3-wheel" +depends="python3-i3ipc" +short_desc="Automatically switch horizontal/vertical split orientation in i3/sway" +maintainer="Adrian Göransson " +license="GPL-3.0-or-later" +homepage="https://github.com/nwg-piotr/autotiling" +distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz" +checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f +make_check=no