From 9a2ea452cb18ded445f97d0bb55a39690f4eae7a Mon Sep 17 00:00:00 2001 From: JoseluCross Date: Thu, 9 Jun 2016 11:40:18 +0200 Subject: [PATCH 1/2] Repair manpage and experiemnt with the pkgbuild --- PKGBUILD/apw | 1 + PKGBUILD/jkazip | 1 + manpages/apw.1 | 2 ++ 3 files changed, 4 insertions(+) create mode 160000 PKGBUILD/apw create mode 160000 PKGBUILD/jkazip diff --git a/PKGBUILD/apw b/PKGBUILD/apw new file mode 160000 index 0000000..dbc3c5f --- /dev/null +++ b/PKGBUILD/apw @@ -0,0 +1 @@ +Subproject commit dbc3c5f4dc7ba1b3525f916ec3e75ca5442a6511 diff --git a/PKGBUILD/jkazip b/PKGBUILD/jkazip new file mode 160000 index 0000000..2c5415f --- /dev/null +++ b/PKGBUILD/jkazip @@ -0,0 +1 @@ +Subproject commit 2c5415f5fc39d8bb1d2616022a47096cfe592b04 diff --git a/manpages/apw.1 b/manpages/apw.1 index 5a6e48f..b4df835 100644 --- a/manpages/apw.1 +++ b/manpages/apw.1 @@ -6,6 +6,7 @@ apw \- A package wrapper .SH DESCRIPTION .B apw is a *multi-distribution* wrapper to manage packages. + It is case insensitive and is able to recognize commands with and without dashes .SH OPTIONS .IP -U @@ -24,6 +25,7 @@ Clean system from dependences that are not in use (ADVANCED, BE CAREFUL!) Search in package database .IP -F Install file (distro family dependent, e.g. .deb, .pkg.tar.xz,...) + Append y to -U or -I (-Uy -Iy -Iry) for autoconfirm the operations .SH AUTHOR AND CREDITS apw is write and maintain by JKA Network From 2312693f4404fc02ab02686194ba9c58830417fe Mon Sep 17 00:00:00 2001 From: JoseluCross Date: Thu, 9 Jun 2016 15:05:32 +0200 Subject: [PATCH 2/2] Update manpage --- PKGBUILD/apw | 2 +- manpages/apw.1 | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/PKGBUILD/apw b/PKGBUILD/apw index dbc3c5f..d125e7c 160000 --- a/PKGBUILD/apw +++ b/PKGBUILD/apw @@ -1 +1 @@ -Subproject commit dbc3c5f4dc7ba1b3525f916ec3e75ca5442a6511 +Subproject commit d125e7cc97c396cae5d2fe91ed6fee2e4b8f8242 diff --git a/manpages/apw.1 b/manpages/apw.1 index b4df835..7e49957 100644 --- a/manpages/apw.1 +++ b/manpages/apw.1 @@ -1,5 +1,5 @@ -.TH APW 1 "June 2016" Linux "User Manuals" -.SH NAME +.TH APW 1 "2016-06-09" apw(1.7.x) "User Manuals" +.SH NAME apw \- A package wrapper .SH SYNOPSIS .B apw [option] [packages] @@ -27,5 +27,11 @@ Search in package database Install file (distro family dependent, e.g. .deb, .pkg.tar.xz,...) Append y to -U or -I (-Uy -Iy -Iry) for autoconfirm the operations +.SH EXAMPLES + #apw -I pimagizer cryptojka + + #apw -R google-chrome + + #apw -S libgcrypt .SH AUTHOR AND CREDITS apw is write and maintain by JKA Network