81c3b3c2dd
This is not supported anymore, see previous commit for reasoning.
22 lines
609 B
Text
22 lines
609 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-sony-coconut"
|
|
pkgdesc="Live with Walkman"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
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="d0fe4b999939c9800881ce0056066a5729452a2731cee0f17b31a68497da21d1ba705d00f7358c108c014dd4521f81736699ea275b648f3975c4c7b3726f5bd2 deviceinfo"
|