* Also move right above pkgname= * Move Co-Maintainer lines above maintainer= * Remove empty lines in the header pmbootstrap 3.7+ & abuild supports maintainer= variables. See also https://gitlab.alpinelinux.org/alpine/tsc/-/issues/88 [ci:skip-build]: no pkgver/pkgrel changes [ci:ignore-count]: intended [ci:skip-vercheck]: no functional changes [skip ci]: false positives Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7723>
27 lines
684 B
Text
27 lines
684 B
Text
# Archived: Kernel does not build anymore
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
maintainer="Fedorov Bohdan <misterjdr@yandex.ru>"
|
|
pkgname=device-xiaomi-cactus
|
|
pkgdesc="Xiaomi Redmi 6A"
|
|
pkgver=2
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-xiaomi-cactus mkbootimg msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="
|
|
3bbab2420ff71f94b1ade4763f3e53c5624746b8a0a9bdc0f1fc051f92bc4bae1942bc4a9c080fc5b77b66bdad5b598716159f9721e4f9c18750d216900bc37b deviceinfo
|
|
"
|