firmware/firmware-htc-k2ul: fix linting issues (!873)
This commit is contained in:
parent
dad148f370
commit
75ce296e8e
1 changed files with 11 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue