testing/river-shifttags: new aport

https://gitlab.com/akumar-xyz/river-shifttags
A small utility for the river Wayland compositor to rotate the focused tags.
This commit is contained in:
Thijs Iris Wester 2024-09-05 13:43:43 +02:00 committed by omni
parent d173f61502
commit 3aa51d61bf

View file

@ -0,0 +1,25 @@
# Contributor: Thijs Iris Wester <wester.t@protonmail.com>
# Maintainer: Thijs Iris Wester <wester.t@protonmail.com>
pkgname=river-shifttags
pkgver=0.2.1
pkgrel=0
pkgdesc="A small utility for the river Wayland compositor to rotate the focused tags"
url="https://gitlab.com/akumar-xyz/river-shifttags"
arch="all"
license="GPLv3"
makedepends="make musl-dev wayland-libs-client pixman-dev wayland-dev"
subpackages="$pkgname-doc"
source="https://gitlab.com/akumar-xyz/river-shifttags/-/archive/$pkgver/river-shifttags-$pkgver.tar.gz"
options="!check net" #No upstream tests
build() {
make
}
package() {
make DESTDIR="$pkgdir/" PREFIX="/usr" install
}
sha512sums="
105a3d82c12ec2c0cd9887a1d7ea3aee3d44e29bf9e362977ce3efda681d906e773d600f6d8b553e2ac599431a8be9140bd2c98a37fb21c588244acefda3c6e4 river-shifttags-0.2.1.tar.gz
"