a17a931026
[ci:ignore-count], [ci:skip-build]
22 lines
605 B
Text
22 lines
605 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-sony-seagull
|
|
pkgdesc="Sony Xperia T3"
|
|
pkgver=0.1
|
|
pkgrel=6
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
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
|
|
}
|
|
|
|
sha512sums="f622e33de887bdf96974b47f1db5deb43b515225a9864338174e19f2a9f1403024e574b87461d9353a54b0befb9c5ed8577e39fdd649ebff486f01f575b7c3f8 deviceinfo"
|