summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-08 16:29:57 +0300
committerDimitris Kiziridis2020-04-08 16:29:57 +0300
commit3ae9f828c5dd1bd8ee138e844a1d59fdb5046edf (patch)
treed5a377b8dbdc6229126e7d67424995f16c097919
parente619fecd96a0d53fe01feba20df5ae9e6ca9f484 (diff)
downloadaur-3ae9f828c5dd1bd8ee138e844a1d59fdb5046edf.tar.gz
add man page
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 662504575631..87f2d9e33486 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shell2http-bin
pkgdesc = HTTP-server to execute shell commands
pkgver = 1.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/msoap/shell2http
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 716f8b0def2a..c7acb576c595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=shell2http-bin
pkgver=1.13
-pkgrel=1
+pkgrel=2
pkgdesc='HTTP-server to execute shell commands'
arch=('x86_64')
url="https://github.com/msoap/shell2http"
@@ -12,7 +12,9 @@ source=("https://github.com/msoap/shell2http/releases/download/${pkgver}/shell2h
md5sums=('52a2274082ad504c9d0204dfd08d2324')
package() {
+ gzip --force "${srcdir}"/shell2http.1
install -Dm755 "${srcdir}"/shell2http "${pkgdir}/usr/bin/shell2http"
install -Dm644 "${srcdir}"/LICENSE "${pkgdir}/usr/share/licenses/shell2http/LICENSE"
+ install -Dm644 shell2http.1.gz -t "${pkgdir}/usr/share/man/man1"
}
# vim:set ts=2 sw=2 et: \ No newline at end of file