void-packages/srcpkgs/autotiling/template

16 lines
587 B
Bash
Raw Normal View History

2021-03-13 15:02:53 +01:00
# Template file for 'autotiling'
pkgname=autotiling
2021-03-29 15:36:12 +02:00
version=1.5
2021-03-13 15:02:53 +01:00
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/${pkgname}/archive/v${version}.tar.gz"
2021-03-29 15:36:12 +02:00
checksum=aa7ec1e3efbd409c06002c9229f2c198686bef1f907bc9d811b97a02de6ed0de
2021-03-13 15:02:53 +01:00
# There is no test suite for this package
make_check=no