Fix drone pipeline and man page
This commit is contained in:
+11
-8
@@ -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
|
||||
@@ -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>.
|
||||
Reference in New Issue
Block a user