mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 21:39:41 +01:00
Package documentation as well
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
e2cfe45a8e
commit
136a17ec3e
2 changed files with 5 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -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}/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue