diff options
author | Dave Cottlehuber <dch@FreeBSD.org> | 2021-05-30 17:56:05 +0000 |
---|---|---|
committer | Dave Cottlehuber <dch@FreeBSD.org> | 2021-05-31 12:19:54 +0000 |
commit | 98deda6bef1bff1b30edfb571c2005dedb1e4d89 (patch) | |
tree | 5c003250f9dba12348a06de0c5db982ea6c5b60b | |
parent | 2b9e5ac1f52cb0e7786cb4d154c8e6b675e4bb7a (diff) | |
download | ports-98deda6bef1bff1b30edfb571c2005dedb1e4d89.tar.gz ports-98deda6bef1bff1b30edfb571c2005dedb1e4d89.zip |
x11/py-i3-quickterm: new port - quake-style drop down terminal for i3 and sway
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/py-i3-quickterm/Makefile | 19 | ||||
-rw-r--r-- | x11/py-i3-quickterm/distinfo | 3 | ||||
-rw-r--r-- | x11/py-i3-quickterm/pkg-descr | 14 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 1e2658fd4ca1..e1598e7cba99 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -274,6 +274,7 @@ SUBDIR += polybar SUBDIR += printscreen SUBDIR += py-caffeine-ng + SUBDIR += py-i3-quickterm SUBDIR += py-i3ipc SUBDIR += py-pyscreenshot SUBDIR += py-python-xapp diff --git a/x11/py-i3-quickterm/Makefile b/x11/py-i3-quickterm/Makefile new file mode 100644 index 000000000000..aa0a3077d7e3 --- /dev/null +++ b/x11/py-i3-quickterm/Makefile @@ -0,0 +1,19 @@ +PORTNAME= i3-quickterm +DISTVERSION= 1.0 +CATEGORIES= x11 python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dch@FreeBSD.org +COMMENT= Drop-down "quake style" terminal for i3 and sway + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}i3ipc>2.0:x11/py-i3ipc@${PY_FLAVOR} \ + +USES= cpe python:3.4+ +USE_PYTHON= distutils autoplist concurrent + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/x11/py-i3-quickterm/distinfo b/x11/py-i3-quickterm/distinfo new file mode 100644 index 000000000000..4e82a2a1f3a3 --- /dev/null +++ b/x11/py-i3-quickterm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621317021 +SHA256 (i3-quickterm-1.0.tar.gz) = 2df756bfc89b8858f3010cba587ab3836ce428d8da2a2160e3c8163e3c0dd7e9 +SIZE (i3-quickterm-1.0.tar.gz) = 6243 diff --git a/x11/py-i3-quickterm/pkg-descr b/x11/py-i3-quickterm/pkg-descr new file mode 100644 index 000000000000..056ce214f308 --- /dev/null +++ b/x11/py-i3-quickterm/pkg-descr @@ -0,0 +1,14 @@ +A small drop-down terminal for i3wm and sway, supporting your preferred +terminal emulator, is multi-monitor and screen-width aware, and plays +with dmenu, rofil, and more. + +When launched, it will minimize the quickterm on the current screen if +there is one. Otherwise, it will either prompt the user for the shell to +open or use the one supplied in argument. + +If the requested shell is already opened on another screen, it will be +moved on the current screen. + +It is recommended to map it to an i3 binding. See WWW for user config. + +WWW: https://github.com/lbonn/i3-quickterm |