bad59f2ea6
Current status: * Red glare on screen (probably need kernel patch) * No touch support * Networking on USB does not work, but it does boot normally
22 lines
555 B
Text
22 lines
555 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-samsung-i9195"
|
|
pkgdesc="Samsung Galaxy S4 Mini"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="noarch"
|
|
options="!check"
|
|
depends="linux-samsung-i9195 mkbootimg"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="fee4fa2b03f253ccb568fa53a4264df24f0e932341f381337f73b6e255959ce754574792d173898643ce0d3c1e734b032e56139cf259aad02201fdb7916bfefc deviceinfo"
|