Skip to content

Commit

Permalink
New package: wlopm-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icp1994 authored and Duncaen committed Jun 29, 2022
1 parent a614abc commit 43b0156
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/wlopm/template
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 0 deletions srcpkgs/wlopm/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site="https://git.sr.ht/~leon_plickat/wlopm/refs"
pattern="v\K\d+\.\d+\.\d+(?=)"

0 comments on commit 43b0156

Please sign in to comment.