main/mtk-mkimage: fix linting issues (!872)
This commit is contained in:
parent
8fea95d428
commit
9bbaab919b
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue