New package: wlopm-0.1.0

This commit is contained in:
icp 2022-06-01 22:44:11 +05:30 committed by Duncan Overbruck
parent a614abcf24
commit 43b0156847
2 changed files with 20 additions and 0 deletions

18
srcpkgs/wlopm/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'wlopm'
pkgname=wlopm
version=0.1.0
revision=1
wrksrc=${pkgname}-v${version}
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
}

2
srcpkgs/wlopm/update Normal file
View file

@ -0,0 +1,2 @@
site="https://git.sr.ht/~leon_plickat/wlopm/refs"
pattern="v\K\d+\.\d+\.\d+(?=)"