15 lines
558 B
Bash
15 lines
558 B
Bash
# Template file for 'wlclock'
|
|
pkgname=wlclock
|
|
version=1.0.0
|
|
revision=1
|
|
wrksrc="${pkgname}-v${version}"
|
|
build_style=meson
|
|
hostmakedepends="pkg-config scdoc wayland-devel"
|
|
makedepends="cairo-devel wayland-devel wayland-protocols"
|
|
short_desc="Digital analog clock for Wayland desktops"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://git.sr.ht/~leon_plickat/wlclock/"
|
|
distfiles="https://git.sr.ht/~leon_plickat/wlclock/archive/v${version}.tar.gz"
|
|
checksum=cdbc32eb1f68614a09e430eaa24578e4d58475ed8988871fce20a669898a48db
|