~alpine/aports

testing/river-shifttags: new aport v1 PROPOSED

Thijs Iris Wester: 1
 testing/river-shifttags: new aport

 1 files changed, 25 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4169/mbox | git am -3
Learn more about email & git

[PATCH] testing/river-shifttags: new aport Export this patch

From a735da8f7e66e725047963bea43c6278b51a6065 Mon Sep 17 00:00:00 2001
From: Thijs Iris Wester <wester.t@protonmail.com>
Date: Thu, 5 Sep 2024 13:43:43 +0200
Subject: [PATCH] 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.
---
 testing/river-shifttags/APKBUILD | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 testing/river-shifttags/APKBUILD

diff --git a/testing/river-shifttags/APKBUILD b/testing/river-shifttags/APKBUILD
new file mode 100644
index 00000000000..3fce1ab746a
--- /dev/null
+++ b/testing/river-shifttags/APKBUILD
@@ -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="Utility to cycle through river 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/$pkgname-$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
"
-- 

2.46.0