pmaports/device/testing/device-samsung-trltexx/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

25 lines
613 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-trltexx
pkgdesc="Samsung Galaxy Note 4 (Qualcomm)"
pkgver=1
pkgrel=5
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="postmarketos-base linux-samsung-trltexx mkbootimg msm-fb-refresher"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
ca6d412f9b990077084fe90ac8e91f1c14c7cf432b3d674bee2ba312322af7eb13c81c41aedad2c9f96befa6c00df80fa5bc56c31fff42548eb79d32ce19fb88 deviceinfo
"