8437d79df7
[ci:ignore-count]
22 lines
641 B
Text
22 lines
641 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: xeon zolt <xeon.harsh@gmail.com>
|
|
pkgname=device-yu-tomato
|
|
pkgdesc="YU Yureka"
|
|
pkgver=0.1
|
|
pkgrel=5
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-yu-tomato mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
sha512sums="8cad22c9664013f54ddee59565370237bd8299edb69dc0d63401c970c371c198c10a17ea807b8fa7ec6044210eb300895c94afa01f71da64d07b3eca40a4dce4 deviceinfo"
|