mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 07:02:29 +01:00
24 lines
714 B
Plaintext
24 lines
714 B
Plaintext
# Maintainer: Leo <thinkabit.ukim@gmail.com>
|
|
pkgname=xdo
|
|
pkgver=0.5.7
|
|
pkgrel=0
|
|
pkgdesc="Small X utility to perform elementary actions on windows"
|
|
url="https://github.com/baskerville/xdo"
|
|
options="!check" # Provides no test suite
|
|
arch="all"
|
|
license="BSD-2-Clause"
|
|
makedepends="libxcb-dev xcb-util-wm-dev"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/baskerville/xdo/archive/${pkgver}.tar.gz"
|
|
|
|
build() {
|
|
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" PREFIX=/usr install
|
|
}
|
|
|
|
sha512sums="0978a8571a35899c916495c9d38458adb6c766db4d498dfacf2f0a46e373f7caa3c3e227096b3e60e03c67b972777cf7519e5b6eee7ebb91f82d4450ac0ff98d xdo-0.5.7.tar.gz"
|