diff --git a/testing/river-shifttags/APKBUILD b/testing/river-shifttags/APKBUILD new file mode 100644 index 00000000000..8abe4cca9a1 --- /dev/null +++ b/testing/river-shifttags/APKBUILD @@ -0,0 +1,25 @@ +# Contributor: Thijs Iris Wester +# Maintainer: Thijs Iris Wester +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 +"