You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
23 lines
772 B
Tcl
23 lines
772 B
Tcl
# -*- 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
|
|
PortGroup python 1.0
|
|
|
|
name py-wmctrl
|
|
version 0.3
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description A tool to programmatically control windows inside X
|
|
long_description {*}${description}
|
|
|
|
homepage https://bitbucket.org/antocuni/wmctrl/src/default/
|
|
|
|
checksums rmd160 3bb58717433e5062c44b95349af4dabf21afca37 \
|
|
sha256 d806f65ac1554366b6e31d29d7be2e8893996c0acbb2824bbf2b1f49cf628a13 \
|
|
size 2505
|
|
|
|
python.versions 310 311
|