2022-02-07 23:19:40 +02:00
|
|
|
# -*- 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 cmake 1.1
|
|
|
|
|
|
|
|
|
|
github.setup vovkasm input-source-switcher 0.3 v
|
2025-01-28 22:37:05 +11:00
|
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
|
|
|
github.tarball_from tarball
|
2022-02-07 23:19:40 +02:00
|
|
|
revision 0
|
|
|
|
|
|
|
|
|
|
categories sysutils
|
2022-05-02 23:06:36 +03:00
|
|
|
maintainers {judaew @judaew} openmaintainer
|
2022-02-07 23:19:40 +02:00
|
|
|
license MIT
|
|
|
|
|
|
|
|
|
|
description Command line input source switcher for Mac.
|
|
|
|
|
long_description \
|
2022-02-08 18:02:00 -06:00
|
|
|
This small utility for macOS allows you to easily switch input sources \
|
|
|
|
|
from the command line. Its main purpose is to be used as a service in \
|
|
|
|
|
the vim-xkbswitch plugin.
|
2022-02-07 23:19:40 +02:00
|
|
|
|
|
|
|
|
checksums rmd160 ffc4d4264c5a2777e9bf50a6dd18fdfc0d968239 \
|
|
|
|
|
sha256 6d481d6d1d326f85e71f44bc2f9bc582678f1c92ad30d7db56f4a3199c3ca320 \
|
|
|
|
|
size 4970
|