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.
17 lines
488 B
Text
17 lines
488 B
Text
pkgname="device-google-glass"
|
|
pkgdesc="Google Glass"
|
|
pkgver=0.1
|
|
pkgrel=4
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-google-glass mkbootimg mesa-dri-swrast"
|
|
source="deviceinfo"
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
}
|
|
|
|
sha512sums="5b5336077b0ff513f6a9d1b39e5ecf69af1289edcc92308ac8cdaa42e8307bcb24faf6af0a2e5da0f498f1c0d584245660b60431fd281bcf55c3a49fc8285f15 deviceinfo"
|