a17a931026
[ci:ignore-count], [ci:skip-build]
22 lines
607 B
Text
22 lines
607 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-sony-coconut
|
|
pkgdesc="Live with Walkman"
|
|
pkgver=0.1
|
|
pkgrel=8
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-sony-coconut mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="c3890958c7df227d8c5dc0a41e1c8cfa04bb7a0ea2e9077103f236ff251f76f4314c6697d32469633b74ed3d1041dbaed800474dca4670e17a4c653be654dc17 deviceinfo"
|