mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1019 B
Tcl
31 lines
1019 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 github 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
github.setup waydabber m1ddc 1.2.0 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
description Controls external displays using DDC/CI on Apple Silicon Macs
|
|
|
|
long_description This little tool controls external displays (connected via USB-C/DisplayPort Alt Mode) using DDC/CI on Apple Silicon Macs.
|
|
|
|
categories sysutils
|
|
license MIT
|
|
maintainers nomaintainer
|
|
installs_libs no
|
|
platforms macosx
|
|
supported_archs arm64
|
|
|
|
checksums rmd160 8fa341f5967162856841936c84cf78dc5b6f911f \
|
|
sha256 d633c06502e650108bb2f581b5db25d2592955fa9a57de7feeae3ed7710c59ca \
|
|
size 10417
|
|
|
|
destroot {
|
|
xinstall -m 0755 \
|
|
${worksrcpath}/${name} \
|
|
${destroot}${prefix}/bin/
|
|
}
|