16 lines
587 B
Bash
16 lines
587 B
Bash
# Template file for 'autotiling'
|
|
pkgname=autotiling
|
|
version=1.7
|
|
revision=2
|
|
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/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=7977630e56238f05fb0e88f9d45a59c6cf508be8ed90ce6d3a1f820d93c90242
|
|
# There is no test suite for this package
|
|
make_check=no
|