Browse Source

Fix drone pipeline and man page

pull/7/head
Pedro Berrocal 3 years ago
parent
commit
edd74ac6c1
2 changed files with 12 additions and 9 deletions
  1. +11
    -8
      .drone.yml
  2. +1
    -1
      man/lch.1

+ 11
- 8
.drone.yml View File

@ -1,9 +1,12 @@
pipeline:
kind: pipeline
type: docker
name: default
simple:
image: plugins/deb
description: Linux Compressor Humanizer
package: lch
version: 0.6
arch: all
auto_path: debian/
steps:
- name: builddeb
image: ubuntu:20.04
commands:
- tar -cvzf ../lch-0.6 ../lch-0.6.tar.gz
- dpkg-buildpackage -us -uc
- dpkg -i ../lch-0.6.deb
- lch -v

+ 1
- 1
man/lch.1 View File

@ -45,6 +45,6 @@ will compress file1 and file2 in file.tar.gz
Report your bugs at <gore@hatthieves.es>
.SH AUTHOR
\fBlch\fP are by Gustavo Adolfo Mesa Roldan <gore@hatthieves.es>, radikal <radikal@disroot.org>, Ale Romero <ale@hatthieves.es>, m <?@?>.
\fBlch\fP are by Gustavo Adolfo Mesa Roldan <gore@hatthieves.es>, radikal <radikal@disroot.org>, Ale Romero <ale@hatthieves.es>, Pedro Berrocal <pedro@hatthieves.es>, m <?@?>.
This document is by radikal <radikal@disroot.org>.

Loading…
Cancel
Save