main/extract-dtb: fix linting issues (!872)
This commit is contained in:
parent
4b400fa0f6
commit
5fb31d85c0
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
|||
# Contributor: Pablo Castellano <pablo@anche.no>
|
||||
# Maintainer: Pablo Castellano <pablo@anche.no>
|
||||
pkgname=extract-dtb
|
||||
pkgver="1.1"
|
||||
pkgrel=0
|
||||
pkgdesc="Tool to split a kernel image with appended dtbs into separated kernel and dtb files."
|
||||
pkgver=1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Tool to split a kernel image with appended dtbs into separated kernel and dtb files"
|
||||
url="https://github.com/PabloCastellano/extract-dtb"
|
||||
arch="noarch"
|
||||
license="GPLv3"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="python3"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/PabloCastellano/extract-dtb/archive/v$pkgver.tar.gz"
|
||||
options="!check"
|
||||
|
||||
package() {
|
||||
cd "$srcdir"/"$pkgname"-"$pkgver"
|
||||
install -Dm755 "$pkgname".py "$pkgdir"/usr/bin/"$pkgname"
|
||||
install -Dm755 extract-dtb.py "$pkgdir"/usr/bin/extract-dtb
|
||||
}
|
||||
|
||||
sha512sums="4ded48f9e7b2f810df4504b6fa905dbadcce54fa55f381d05545b30b9eef8938cf334d18137f28b4b3fd791b4ecde2fff4502987635147949efbc91007a82acb extract-dtb-1.1.tar.gz"
|
||||
|
|
Loading…
Add table
Reference in a new issue