2018-06-27 22:12:30 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-01-10 10:32:57 +00:00
|
|
|
# Contributor: Claudio Maggioni <maggioniclaudio1999@gmail.com>
|
2018-06-27 22:12:30 +00:00
|
|
|
pkgname="device-sony-coconut"
|
|
|
|
pkgdesc="Live with Walkman"
|
|
|
|
pkgver=0.1
|
2020-01-28 14:40:18 +00:00
|
|
|
pkgrel=6
|
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-12-25 19:25:32 +00:00
|
|
|
sha512sums="b1b4a5c39b0e37c511201b3f0fcce588b6a4909b451758f2031c7b957ae5d9e17c37c23c1438271179594255397744f64cefe8c00aec65f11de789f44c633036 deviceinfo"
|