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.
21 lines
608 B
Text
21 lines
608 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-motorola-ghost"
|
|
pkgdesc="Moto X (2013)"
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-motorola-ghost mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="4f90dc966e2875eda5f451f878c90434ad81c4c6cd2ebe3beb71aff6bcfbaf4c6e547d6d307eb224d1421af5bdd913b4aa08ec1ec516c8eb1a65b85a6d45516c deviceinfo"
|