blob: c0af61a0bf377ebedd2b712290d0c6d33670ee28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Contributor: John Vogel <jvogel4@stny.rr.com>
# Maintainer: John Vogel <jvogel4@stny.rr.com>
pkgname=wmutils-opt
pkgver=1.0_git20240621
pkgrel=0
_commit=77124e003246fce8027452d3ceb440893b18d374
pkgdesc="Set of X11 windows manipulation tools"
options="!check" # No testsuite
url="https://github.com/wmutils/opt"
arch="all"
license="ISC"
makedepends="libxcb-dev xcb-util-dev"
subpackages="$pkgname-doc"
source="wmutils-opt-$pkgver.tar.gz::https://github.com/wmutils/opt/archive/$_commit/$_commit.tar.gz"
builddir="$srcdir/opt-$_commit"
build() {
make
}
package() {
make DESTDIR="$pkgdir" PREFIX=/usr MANPREFIX=/usr/share/man install
}
sha512sums="
253e572d4145dd87f066fd665202c352cb0191a0911b9c1a0d1df3a56d7d6fb958ec44c14bfcb9c7af8ad0737d0dee9ee5bcdd62d87d3cb9ac991b705e36bf53 wmutils-opt-1.0_git20240621.tar.gz
"
|