219caeccad
simplify things by using standard ways to boot.
35 lines
832 B
Text
35 lines
832 B
Text
# Maintainer: Andreas Kemnade <andreas@kemnade.info>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-kobo-clara
|
|
pkgdesc="Kobo Clara HD"
|
|
pkgver=1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-kobo-clara-mainline
|
|
kobo-epdc-extractor
|
|
perl
|
|
postmarketos-base
|
|
u-boot-kobo-clara
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
modules-initfs
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
b93b62ac7af499e9170dc78329ae6092fb79a3657a62ea1ee5b383a6ccc596e36382c1156f8d168aa1de89dc7bf3e5b9f266a49f56c51233aac8cc598facde68 deviceinfo
|
|
5d53ee902538e53c4fe79eaef8e3800b9d3f73ec70d2a9887ddb11a6715ca76ce17128e3c02c2b6f2f575fb86f15c2415c24466d4b1a031f7a346d0db186dcb1 modules-initfs
|
|
"
|