9814d78e73
Use the device's architecture instead of noarch. Because the device packages should never be built for other architectures, even if all depends can be built for other arches as well. This simplifies package building as part of the new build infrastructure effort. pmbootstrap has also been changed to output this by default in aportgen.
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=2
|
|
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="d9bbc4c83f4291859cce60a7e36bda1925073b8732009ae4373c621571788eb22a07bc99710c921b3f39b1de9f2ba63ec4546c722ab6f93f3d454898dea464b0 deviceinfo"
|