3346f16f6a
Samsung's website and others call this one Express rather than S III. See: - https://www.samsung.com/us/business/support/owners/product/galaxy-express-at-t/ - https://www.gsmarena.com/samsung_galaxy_express_i437-5018.php [ci:skip-build] already built successfully in CI
25 lines
620 B
Text
25 lines
620 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-expressatt
|
|
pkgdesc="Samsung Galaxy Express SGH-I437"
|
|
pkgver=0.2
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-expressatt mkbootimg mesa-dri-gallium"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="
|
|
de2f550d9a95869d50e69935553606c5fda46dc10cf69e33a065f7ee99eeb4fa515c61b15fbe9eda198d958832bc4bae78b5ff3dfc6ea1df1ad0724e5ccfb061 deviceinfo
|
|
"
|