Skip to content

Commit 0a318b9

Browse files
committed
micro: Recommend installing pasting utilities
A macOS-specific control file is necessary as recommending pasteboard-utils on macOS is redundant; they come preinstalled
1 parent f026ae4 commit 0a318b9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

build_info/micro.control

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Architecture: @DEB_ARCH@
44
Maintainer: @DEB_MAINTAINER@
55
Section: Text_Editors
66
Priority: optional
7+
Recommends: pasteboard-utils
78
Description: modern and intuitive terminal-based text editor
8-
micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.
9-
As the name indicates, micro aims to be somewhat of a successor to the nano editor by being easy to install and use.
9+
micro is a terminal-based text editor that aims to be easy to use
10+
and intuitive, while also taking advantage of the full capabilities
11+
of modern terminals. As the name indicates, micro aims to be somewhat
12+
of a successor to the nano editor by being easy to install and use.

build_info/micro.control.macosx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Package: micro
2+
Version: @DEB_MICRO_V@
3+
Architecture: @DEB_ARCH@
4+
Maintainer: @DEB_MAINTAINER@
5+
Section: Text_Editors
6+
Priority: optional
7+
Description: modern and intuitive terminal-based text editor
8+
micro is a terminal-based text editor that aims to be easy to use
9+
and intuitive, while also taking advantage of the full capabilities
10+
of modern terminals. As the name indicates, micro aims to be somewhat
11+
of a successor to the nano editor by being easy to install and use.

0 commit comments

Comments
 (0)