mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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:
parent
d173f61502
commit
3aa51d61bf
25
testing/river-shifttags/APKBUILD
Normal file
25
testing/river-shifttags/APKBUILD
Normal 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
|
||||||
|
"
|
Loading…
Reference in New Issue
Block a user