e8fd6d6635
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
25 lines
613 B
Text
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
|
|
"
|