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

24 lines
620 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-gts28velte
pkgdesc="Samsung Galaxy Tab S2 8.0 LTE"
pkgver=0.1
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="postmarketos-base linux-samsung-gts28velte mkbootimg mdss-fb-init-hack"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
4eaf3e36d6f830953eb6ffcb76413f992ccdd1cdedae3ec475c0365dcd17b730a26af438344b31307d06cf24f64ee381c3f5edaa5334a5f43d6b0c8e0aedff23 deviceinfo
"