2018-04-13 20:04:13 +02:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-01-10 13:32:57 +03:00
|
|
|
# Contributor: Mayeul Cantan <mayeul.cantan@gmail.com>
|
2018-04-13 20:04:13 +02:00
|
|
|
pkgname="device-sony-seagull"
|
|
|
|
pkgdesc="Sony Xperia T3"
|
|
|
|
pkgver=0.1
|
2020-01-28 15:40:18 +01:00
|
|
|
pkgrel=4
|
2018-04-13 20:04:13 +02:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
2018-11-07 07:45:58 +01:00
|
|
|
arch="armhf"
|
|
|
|
options="!check !archcheck"
|
2018-04-13 20:04:13 +02: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 19:48:29 +01:00
|
|
|
sha512sums="270330b2acc8140429a7b6195f1d8514ef8a5a7e7374cdae43b5341c3a2802aabf27b0306933afa58f3a6dad540b78d6756586c6c89020e50aeca8f84ada408f deviceinfo"
|