Commits
Ken Cunningham authored f35b8e11d10
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup xcode 1.0 |
6 6 | |
7 7 | github.setup deweller switchaudio-osx 1.0.0 |
8 8 | categories audio |
9 9 | platforms darwin |
10 - | maintainers {kencu @kencu} openmaintainer |
10 + | maintainers nomaintainer |
11 11 | license MIT |
12 12 | |
13 13 | description A command-line utility to switch the audio source on Mac OS X. |
14 14 | long_description ${description} |
15 15 | |
16 16 | checksums rmd160 3ed089efb7dfbe09f12aedbfca2ce293f0529938 \ |
17 17 | sha256 8c50d0c9d5d4818be36f98cd0000790d2e2f2ed28577a9ef69024568f57e86ac |
18 18 | |
19 19 | xcode.project AudioSwitcher.xcodeproj |
20 20 | xcode.configuration Release |