30 lines
606 B
Text
30 lines
606 B
Text
|
# Reference: <https://postmarketos.org/devicepkg>
|
||
|
pkgname=device-sony-suzuran
|
||
|
pkgdesc="Sony Xperia Z5 Compact"
|
||
|
pkgver=0.1
|
||
|
pkgrel=0
|
||
|
url="https://postmarketos.org"
|
||
|
license="MIT"
|
||
|
arch="aarch64"
|
||
|
options="!check !archcheck"
|
||
|
depends="
|
||
|
linux-sony-suzuran
|
||
|
mesa-dri-gallium
|
||
|
mkbootimg
|
||
|
postmarketos-base
|
||
|
"
|
||
|
makedepends="devicepkg-dev"
|
||
|
source="deviceinfo"
|
||
|
|
||
|
build() {
|
||
|
devicepkg_build $startdir $pkgname
|
||
|
}
|
||
|
|
||
|
package() {
|
||
|
devicepkg_package $startdir $pkgname
|
||
|
}
|
||
|
|
||
|
sha512sums="
|
||
|
2ff60ca0ffe81838c0c23f7fde51f829628784a9c5eab4ee3c6488db0c58730258a01b0e06dfcc01ca9f227dd760cc77610f95e79aa2018cca31c0884eee1271 deviceinfo
|
||
|
"
|