main/mtk-mkimage: fix linting issues (!872)

This commit is contained in:
Bart Ribbers 2020-01-06 10:17:31 +01:00
parent 8fea95d428
commit 9bbaab919b
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

View file

@ -1,18 +1,16 @@
# Contributor: Luca Weiss <luca@z3ntu.xyz>
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=mtk-mkimage
pkgver=1
pkgrel=0
pkgrel=1
pkgdesc="Append MediaTek header to boot.img files for Mediatek devices"
url="http://rex-shen.net/customize-flash-mt6589-rom/"
arch="all"
license="GPL-3.0-or-later"
depends=""
makedepends=""
install=""
source="https://gist.githubusercontent.com/ollieparanoid/6eaaba3d520cf938cee10c72eb31f0a8/raw/80ba45e32e358935a11083e7a847ce582906961a/mtk_mkimage.sh"
builddir="$srcdir/"
package() {
cd "$builddir"
install -Dm755 mtk_mkimage.sh "$pkgdir"/usr/bin/mtk-mkimage
}