a17a931026
[ci:ignore-count], [ci:skip-build]
26 lines
668 B
Text
26 lines
668 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Anri Dellal <anridellal@gmail.com>
|
|
pkgname=device-nobby-230
|
|
pkgdesc="Nobby 230"
|
|
pkgver=0.2
|
|
pkgrel=1
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="soc-sprd-audio-sc8830 msm-fb-refresher postmarketos-base linux-nobby-230 mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="d060a8e058d7654a44c69a7a78347d084fca0c5c4c48b89838ac730972807681d00e6ac53181dd01750e358ecd62a30940425095282ce8e8884348f9a9061312 deviceinfo"
|