2018-04-13 18:04:13 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-01-10 10:32:57 +00:00
|
|
|
# Contributor: Mayeul Cantan <mayeul.cantan@gmail.com>
|
2018-04-13 18:04:13 +00:00
|
|
|
pkgname="device-sony-seagull"
|
|
|
|
pkgdesc="Sony Xperia T3"
|
|
|
|
pkgver=0.1
|
2020-03-07 18:58:32 +00:00
|
|
|
pkgrel=5
|
2018-04-13 18:04:13 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
2018-11-07 06:45:58 +00:00
|
|
|
arch="armhf"
|
|
|
|
options="!check !archcheck"
|
2018-04-13 18:04:13 +00:00
|
|
|
depends="postmarketos-base linux-sony-seagull mdss-fb-init-hack mkbootimg mesa-dri-swrast"
|
|
|
|
makedepends="devicepkg-dev"
|
|
|
|
source="deviceinfo"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
2020-03-07 16:10:22 +00:00
|
|
|
sha512sums="88d97955174db6a38fc0f8c7d3651449b64cb433ff1875e4685ee9491f4739c728b515b7932c1932317a2d0b96492e944061a7f5cf1d8ae0eecab7c9e160f891 deviceinfo"
|