diff options
author | Thiago Almeida <thiagoalmeidasa@gmail.com> | 2023-04-13 14:27:37 +0200 |
---|---|---|
committer | Thiago Almeida <thiagoalmeidasa@gmail.com> | 2023-04-13 14:27:37 +0200 |
commit | 2de57e7f995e8c42fb0a4cc83c8ed5fdc9074fe9 (patch) | |
tree | 05193e02b67cd51951657aca1eae32a45ca1c6f1 | |
parent | 286081f35c2cee9fe0cec2147f302c5f38cb7f13 (diff) |
docs(man): added man
-rwxr-xr-x | .SRCINFO | 2 | ||||
-rwxr-xr-x | PKGBUILD | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = qrcp-bin pkgdesc = Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal. pkgver = 0.10.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/claudiodangelis/qrcp arch = x86_64 arch = i386 @@ -2,7 +2,7 @@ pkgname="qrcp-bin" pkgver=0.10.1 -pkgrel=1 +pkgrel=2 pkgdesc="Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal." url="https://github.com/claudiodangelis/qrcp" arch=('x86_64' 'i386') @@ -25,4 +25,5 @@ package() { install -Dm755 qrcp "$pkgdir/usr/bin/qrcp" cp -r share/ "$pkgdir/usr" install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname" + install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname" } |