river-tag-overlay
This commit is contained in:
parent
662ab86a41
commit
26fff97f6a
1 changed files with 31 additions and 0 deletions
31
river-tag-overlay/APKBUILD
Normal file
31
river-tag-overlay/APKBUILD
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Contributor: Nulo <alpine@nulo.in>
|
||||||
|
# Maintainer: Nulo <alpine@nulo.in>
|
||||||
|
pkgname=river-tag-overlay
|
||||||
|
pkgver=0.0.0_git20220510
|
||||||
|
_commit=f7e1da661da7e80137ad44c3dfa6158282455d2e
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="A pop-up showing tag status for the river Wayland compositor"
|
||||||
|
url="https://git.sr.ht/~leon_plickat/river-tag-overlay"
|
||||||
|
license="GPL-3.0"
|
||||||
|
arch="all"
|
||||||
|
makedepends="
|
||||||
|
wayland-dev
|
||||||
|
wayland-protocols
|
||||||
|
scdoc
|
||||||
|
"
|
||||||
|
subpackages="$pkgname-doc"
|
||||||
|
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~leon_plickat/$pkgname/archive/$_commit.tar.gz"
|
||||||
|
builddir="$srcdir/$pkgname-$_commit"
|
||||||
|
options="!check" # no test suite
|
||||||
|
|
||||||
|
build() {
|
||||||
|
make PREFIX=/usr
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
make DESTDIR="$pkgdir" PREFIX=/usr install
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
5859714c3d03302892c1092bcef3a53935b1b5073addfd8effed284d6725c823454949860219dc3451bcb17e2d98abd3f859d9b205d96c2ecdd5cb53ba4c2fda river-tag-overlay-0.0.0_git20220510.tar.gz
|
||||||
|
"
|
Loading…
Reference in a new issue