mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* === added directory snap, snap/snapcraft.yaml:
- initial crack at snap packaging
This commit is contained in:
parent
4351008d97
commit
e82b22e450
2 changed files with 28 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -5,6 +5,8 @@ byobu (5.124) unreleased; urgency=medium
|
|||
* debian/control, usr/bin/wifi-status,
|
||||
usr/share/byobu/profiles/bashrc:
|
||||
- kill the double bracket; doesn't always print nicely
|
||||
* === added directory snap, snap/snapcraft.yaml:
|
||||
- initial crack at snap packaging
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 25 Sep 2017 10:28:42 -0500
|
||||
|
||||
|
|
26
snap/snapcraft.yaml
Normal file
26
snap/snapcraft.yaml
Normal file
|
@ -0,0 +1,26 @@
|
|||
name: byobu
|
||||
version: 5.124
|
||||
summary: text window manager, shell multiplexer, integrated DevOps environment
|
||||
description: >
|
||||
Byobu is Ubuntu's powerful text-based window manager, shell multiplexer, and
|
||||
integrated DevOps environment.
|
||||
Using Byobu, you can quickly create and move between different windows
|
||||
over a single SSH connection or TTY terminal, split each of those windows into
|
||||
multiple panes, monitor dozens of important statistics about your system,
|
||||
detach and reattach to sessions later while your programs continue to run in
|
||||
the background.
|
||||
confinement: classic
|
||||
grade: stable
|
||||
|
||||
parts:
|
||||
byobu:
|
||||
plugin: nil
|
||||
stage-packages: [byobu]
|
||||
stage:
|
||||
- -bin/byobu
|
||||
snap:
|
||||
- -bin/byobu
|
||||
|
||||
apps:
|
||||
byobu:
|
||||
command: byobu
|
Loading…
Add table
Add a link
Reference in a new issue