# -*- 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                transset
version             1.0.2
categories          x11
maintainers         {jeremyhu @jeremyhu} openmaintainer
license             X11
description         transset is an utility for setting opacity property on X11 windows
long_description    ${description}

platforms           darwin

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

checksums           rmd160  b796ae0cdcc78c41c56a8cbfc746db2507b4223e \
                    sha256  4bac142ee7cfda574893b2f6b4e413dacd88a130c6dca5be1a9958e7c1451b21 \
                    size    127774

depends_build       port:pkgconfig

depends_lib         port:xorg-libX11

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