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
24 lines
601 B
Text
24 lines
601 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-kylessopen
|
|
pkgdesc="Galaxy Trend"
|
|
pkgver=0.1
|
|
pkgrel=16
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-kylessopen mkbootimg msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
8343871450ff0e0e3d583e4436a575aff49b0ae064a1d15d3308f5e116f186c3d00d4eeea739c997da6cfa3367ef8fae1ea93f959b45ca6a6be4065c727a080e deviceinfo
|
|
"
|