18 lines
552 B
Bash
18 lines
552 B
Bash
# Template file for 'wlopm'
|
|
pkgname=wlopm
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="wayland-devel"
|
|
makedepends="wayland-devel"
|
|
short_desc="Simple client implementing zwlr-output-power-management-v1"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://git.sr.ht/~leon_plickat/wlopm"
|
|
distfiles="https://git.sr.ht/~leon_plickat/wlopm/archive/v${version}.tar.gz"
|
|
checksum=15f31bbd855131943397dded3a26003f2f5056e4c6a1a93d35ff7697b3f1e439
|
|
|
|
pre_install() {
|
|
vmkdir usr/share/bash-completion/completions
|
|
}
|