# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                oclock
version             1.0.4
categories          x11
maintainers         {jeremyhu @jeremyhu} openmaintainer
license             X11
description         Round X11 clock
long_description \
   OClock simply displays the current time on an analog display.

platforms           darwin

homepage            https://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           rmd160  0531d69b390b1747b3c7f511a7a229fbbe6e3952 \
                    sha256  cc20cfc1c0d5128d89e1eecd9ba52e58f111075be163e0aeda5690dbaafbaefe \
                    size    132835

depends_build       port:pkgconfig

depends_lib         port:xorg-libXmu \
                    port:xorg-libxkbfile

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
