pmaports/device/testing/device-tokio-techbook/APKBUILD

37 lines
1 KiB
Text
Raw Normal View History

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-tokio-techbook
pkgdesc="Tokio Techbook"
pkgver=1
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="postmarketos-base linux-tokio-techbook mkbootimg u-boot-tools"
makedepends="devicepkg-dev"
source="
deviceinfo
uboot-script.cmd
"
build() {
devicepkg_build $startdir $pkgname
# Creating uboot script
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n postmarketos -d "$srcdir/uboot-script.cmd" "$srcdir/boot.scr"
}
package() {
devicepkg_package $startdir $pkgname
# Copy newly generated file to correct path
mkdir -p "$pkgdir/boot/FirmwareInstall"
install -D -m644 "$srcdir"/boot.scr \
"$pkgdir"/boot/FirmwareInstall/autorun.1.wmt
}
sha512sums="
a84189c9f2bbe5203466c565452dafd79f1a29a921be71946e80a17503bcf48119ba7bae0186fff7cb5058515ff5d1141a4a0f16b83d92097a3ce42ff317915c deviceinfo
a457e78bfd63d9a4ab47f2957ee45b901e6e1c46e6961eee50b797449e0eb78150737d0f6a137ff9b2d98f0398c94e5a5afc6cb6d2ded332beed2fae480e795d uboot-script.cmd
"