summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradabru2018-11-08 12:47:15 +0100
committeradabru2018-11-08 12:47:15 +0100
commit8d569be340b7c5bf996bc38f8fd6bf53427a34a6 (patch)
treea8ebc2e3cc88f456e8ce20bf3a7e65842fac1fa5
parent79a66e45e6b7b8961684c1c59a0a4b68df6feced (diff)
downloadaur-8d569be340b7c5bf996bc38f8fd6bf53427a34a6.tar.gz
include man pages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 192938017d10..fdb56ea5f99e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wl-clipboard-git
pkgdesc = Command-line copy/paste utilities for Wayland
pkgver = r58.24c74ba
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bugaevc/wl-clipboard
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b2c7146ceee6..4014781435e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Brunnmeier <adam.brunnmeier@gmail.com>
pkgname=wl-clipboard-git
pkgver=r58.24c74ba
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line copy/paste utilities for Wayland"
arch=('i686' 'x86_64')
url="https://github.com/bugaevc/wl-clipboard"
@@ -29,4 +29,5 @@ package() {
cd "$srcdir/${pkgname%-git}"
install -Dm755 build/src/wl-copy "$pkgdir/usr/bin/wl-copy"
install -Dm755 build/src/wl-paste "$pkgdir/usr/bin/wl-paste"
+ install -Dm644 -t "$pkgdir/usr/share/man/man1" data/wl-*.1
}