pmaports/device/testing/device-lenovo-tb128fu/APKBUILD
Luca Weiss e8fd6d6635
device/*: rename partition_system to partition_rootfs (MR 4159)
With the pmbootstrap change let's change the deviceinfo variable names
to the non-deprecated version.

[ci:ignore-count]
[ci:skip-build]: already built successfully in CI
2024-02-07 09:45:34 +00:00

28 lines
603 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-lenovo-tb128fu
pkgdesc="Lenovo Xiaoxin Pad 2022"
pkgver=0.1
pkgrel=3
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
linux-postmarketos-qcom-sm6225
mkbootimg
postmarketos-base
"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
a803f47dd0713e4e3cd3c84240f310bad3484ff88882b280010cfe89a4d415fdc0c992de8cb32f49b6a06a799b75d69af860673f5d4d9eea92324033842af6a0 deviceinfo
"