16 lines
599 B
Bash
16 lines
599 B
Bash
# Template file for 'autotiling'
|
|
pkgname=autotiling
|
|
version=1.9.1
|
|
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 <adriangoransson@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/nwg-piotr/autotiling"
|
|
distfiles="https://github.com/nwg-piotr/autotiling/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=e7113b35df41b9da162c8fc1974219f55085659fba69fbc7861b146a3f380813
|
|
# There is no test suite for this package
|
|
make_check=no
|