2018-06-27 22:12:30 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
|
|
pkgname="device-sony-coconut"
|
|
|
|
pkgdesc="Live with Walkman"
|
|
|
|
pkgver=0.1
|
2018-11-29 06:27:44 +00:00
|
|
|
pkgrel=3
|
2018-06-27 22:12:30 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
2018-11-07 06:45:58 +00:00
|
|
|
arch="armhf"
|
|
|
|
options="!check !archcheck"
|
2018-06-27 22:12:30 +00:00
|
|
|
depends="postmarketos-base linux-sony-coconut mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
|
|
makedepends="devicepkg-dev"
|
2018-07-02 21:04:49 +00:00
|
|
|
source="deviceinfo"
|
2018-06-27 22:12:30 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
2018-11-29 06:27:44 +00:00
|
|
|
sha512sums="d0fe4b999939c9800881ce0056066a5729452a2731cee0f17b31a68497da21d1ba705d00f7358c108c014dd4521f81736699ea275b648f3975c4c7b3726f5bd2 deviceinfo"
|