firmware/firmware-chuwi-hi10plus: fix linting issues (MR 900)
This commit is contained in:
parent
6a9a0e6152
commit
008c83138e
1 changed files with 10 additions and 9 deletions
|
@ -1,21 +1,22 @@
|
||||||
pkgname=firmware-chuwi-hi10plus
|
pkgname=firmware-chuwi-hi10plus
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
|
_commit="2ab861d875105d0b88402d596e3d197dd47135df"
|
||||||
pkgdesc="Firmware for Chuwi Hi10 Plus"
|
pkgdesc="Firmware for Chuwi Hi10 Plus"
|
||||||
url="https://github.com/onitake/gsl-firmware"
|
url="https://github.com/onitake/gsl-firmware"
|
||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
license="proprietary"
|
license="proprietary"
|
||||||
depends=""
|
source="$pkgname-$_commit.tar.gz::https://github.com/Danct12/gsl-firmware/archive/$_commit.tar.gz
|
||||||
source="https://github.com/Danct12/gsl-firmware/raw/master/firmware/chuwi/hi10_plus/firmware.fw
|
|
||||||
20-touchscreen-firmware.files"
|
20-touchscreen-firmware.files"
|
||||||
options="!strip !check !archcheck"
|
options="!strip !check !archcheck !spdx"
|
||||||
|
builddir="$srcdir/gsl-firmware-$_commit"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm644 "$srcdir/firmware.fw" \
|
install -Dm644 firmware/chuwi/hi10_plus/firmware.fw \
|
||||||
"$pkgdir/lib/firmware/silead/gsl1680-chuwi-hi10plus.fw"
|
"$pkgdir"/lib/firmware/silead/gsl1680-chuwi-hi10plus.fw
|
||||||
install -Dm644 "$srcdir/20-touchscreen-firmware.files" \
|
install -Dm644 "$srcdir"/20-touchscreen-firmware.files \
|
||||||
"$pkgdir/etc/postmarketos-mkinitfs/files/20-touchscreen-firmware.files"
|
"$pkgdir"/etc/postmarketos-mkinitfs/files/20-touchscreen-firmware.files
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="450f9a12ec7a766f29eac7b29bdc10a30ad0161645e94b0290f5caec0ac24db7da080446aeb53a0674c1c8229598ae7459f1f30c9761ffaad9bfd32027702613 firmware.fw
|
sha512sums="5d2f447403941475542aac6110086117ddf031ad96cf1081cc7c63db465c609e2983c34f269fce86598198ab68826f8c8768232aedb8eaaa4b9a61037c61e610 firmware-chuwi-hi10plus-2ab861d875105d0b88402d596e3d197dd47135df.tar.gz
|
||||||
85eda4c0a90f4d9aaf34dff36b08534e27962acd0214873a6b73039a663dd5bfd7de084833b07f2a56314466e2466ad68ce7b6ecbfe496c0578020847bc9b6e6 20-touchscreen-firmware.files"
|
85eda4c0a90f4d9aaf34dff36b08534e27962acd0214873a6b73039a663dd5bfd7de084833b07f2a56314466e2466ad68ce7b6ecbfe496c0578020847bc9b6e6 20-touchscreen-firmware.files"
|
||||||
|
|
Loading…
Reference in a new issue