2018-02-03 11:34:51 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-01-10 10:32:57 +00:00
|
|
|
# Contributor: Emil Lauridsen <mine809@gmail.com>
|
2018-02-03 11:34:51 +00:00
|
|
|
pkgname="device-sony-scorpion"
|
|
|
|
pkgdesc="Xperia Z3 Tablet Compact"
|
|
|
|
pkgver=0.1
|
2020-01-28 14:40:18 +00:00
|
|
|
pkgrel=7
|
2018-02-03 11:34:51 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
2018-11-07 06:45:58 +00:00
|
|
|
arch="armhf"
|
|
|
|
options="!check !archcheck"
|
2018-02-25 18:40:54 +00:00
|
|
|
depends="postmarketos-base linux-sony-scorpion mkbootimg mesa-dri-swrast msm-fb-refresher"
|
2018-02-03 11:34:51 +00:00
|
|
|
makedepends="devicepkg-dev"
|
|
|
|
source="deviceinfo"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
2020-03-07 18:48:29 +00:00
|
|
|
sha512sums="8eaa8e87f38b26bbf35f4e7d47aedabc3ac2dce2ed474021e004cd8c839a4ac3d98335239bea6e20d022e7a28ea3b756a1a517901669f91fc19d3ce6e426c11e deviceinfo"
|