64035ac463
Prepare for better device categorization by moving everything to testing subdir first. [skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR depends on this MR Related: postmarketos#16
22 lines
644 B
Text
22 lines
644 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Max Buchholz <2maxax2@gmx.de>
|
|
pkgname="device-nokia-rm846"
|
|
pkgdesc="Lumia 620"
|
|
pkgver=0.1
|
|
pkgrel=1
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-nokia-rm846 mkbootimg mdss-fb-init-hack mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
sha512sums="43c329efacb76224921312f1058b65d9fba14b9b0c949f75bbbfa05761129eb21970924842b158da167de58d3a0b0b02429620b4262b1b0552669eff506ee5fe deviceinfo"
|