3e140ea690
Migration guide: https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
21 lines
731 B
Text
21 lines
731 B
Text
pkgname=dtbtool
|
|
pkgver=3
|
|
pkgrel=1
|
|
pkgdesc="dtbtool"
|
|
url="https://github.com/LineageOS/android_device_qcom_common/tree/cm-14.1/dtbtool"
|
|
arch="all"
|
|
license="MIT"
|
|
source="dtbtool.c::https://source.codeaurora.org/quic/la/device/qcom/common/plain/dtbtool/dtbtool.c?h=LA.BF64.1.2.1.c1_rb1.30 Makefile"
|
|
options="!check"
|
|
|
|
build() {
|
|
cd "$srcdir"
|
|
make
|
|
}
|
|
|
|
package() {
|
|
install -D -m755 "$srcdir"/dtbTool \
|
|
"$pkgdir"/usr/bin/dtbTool || return 1
|
|
}
|
|
sha512sums="ce5859df28d91c21288738a39c75aee609ae2632db7a93346719039f9bf3fcc42048aa5d799568bf5e577f59e9fefa18a340fb3d026b335086b4e3e9d85d56ed dtbtool.c
|
|
18dd845899a3c11f0d5ae2eefb23eedf14b7c6d2e39a1c4e59f08fd893e5b549a5e9221413d1a2b4c9ab4507fb759fd6ae419a0223a98fb737b56cb467ef3d12 Makefile"
|