vp-build/srcpkgs/wlopm/template

18 lines
521 B
Bash

# Template file for 'wlopm'
pkgname=wlopm
version=0.1.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=f9a7ec03a412e602420ab11d0eea872f6d30dfe5cfee93cd3d0289e4fbbb3aa1
post_install() {
vman wlopm.1
}