81c3b3c2dd
This is not supported anymore, see previous commit for reasoning.
22 lines
607 B
Text
22 lines
607 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-sony-seagull"
|
|
pkgdesc="Sony Xperia T3"
|
|
pkgver=0.1
|
|
pkgrel=1
|
|
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="17fe800233504485bbc13f87c1e87508dab978aae03a23f7d67fe76137f6993d8611f612be2466d56d76c13e3012f33546a18a00fe42f3c426a0a84c19194656 deviceinfo"
|