firmware/firmware-htc-k2ul: fix linting issues (!873)

This commit is contained in:
Bart Ribbers 2020-01-07 10:28:38 +01:00 committed by Daniele Debernardi
parent dad148f370
commit 75ce296e8e
No known key found for this signature in database
GPG key ID: 5782FCF5DAE9AF60

View file

@ -1,22 +1,22 @@
# Contributor: hacker12455 <kacper12455@gmail.com>
pkgname=firmware-htc-k2ul
pkgver=1
pkgrel=0
pkgrel=1
_commit="c822f224447f013232ec72061610e454f6e63167"
pkgdesc="Firmware files for HTC One SV"
url="https://postmarketos.org"
arch="armv7"
license="proprietary"
options="!check !strip !archcheck"
# Source
_commit="c822f224447f013232ec72061610e454f6e63167"
_repo="firmware-htc-k2ul"
_url="https://github.com/Hacker1245/$_repo/"
source="$pkgname-$_commit.tar.gz::$_url/archive/${_commit}.tar.gz"
builddir="$srcdir/$_repo-$_commit"
source="$pkgname-$_commit.tar.gz::https://github.com/Hacker1245/firmware-htc-k2ul/archive/$_commit.tar.gz"
options="!check !strip !archcheck !spdx"
builddir="$srcdir/firmware-htc-k2ul-$_commit"
package() {
install -dm755 "$pkgdir"/lib/firmware/postmarketos
cp -r * "$pkgdir"/lib/firmware/postmarketos/
find . -type f |
while read -r _i; do
install -D -m644 "$_i" \
"$pkgdir"/lib/firmware/postmarketos/"$_i"
done
}
sha512sums="73ae3529ecc7cd881774c11e7e6b7672646b80138fec27824b89071386a4d3f79bf0559e2f91c6a93285f0bd65a90a5509669bf400db7a0ab66babe25a202a56 firmware-htc-k2ul-c822f224447f013232ec72061610e454f6e63167.tar.gz"