Package documentation as well

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2020-07-03 18:33:06 +02:00
parent e2cfe45a8e
commit 136a17ec3e
No known key found for this signature in database
GPG key ID: 5F5DFCC14177E263
2 changed files with 5 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = qdl
pkgdesc = Tool to communicate with Qualcomm System On a Chip bootroms to install or execute code
pkgver = 1.0
pkgrel = 3
pkgrel = 4
url = https://github.com/andersson/qdl
arch = armv7h
arch = i686

View file

@ -6,7 +6,7 @@
pkgname=qdl
pkgver=1.0
pkgrel=3
pkgrel=4
pkgdesc="Tool to communicate with Qualcomm System On a Chip bootroms to install or execute code"
arch=('armv7h' 'i686' 'x86_64')
url='https://github.com/andersson/qdl'
@ -28,4 +28,7 @@ package(){
install -d "${pkgdir}/usr/share/licenses/${pkgname}/"
install LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
# Package documentation
install -d "${pkgdir}/usr/share/doc/${pkgname}/"
install README "${pkgdir}/usr/share/doc/${pkgname}/"
}