a17a931026
[ci:ignore-count], [ci:skip-build]
22 lines
604 B
Text
22 lines
604 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-manta
|
|
pkgdesc="Google Nexus 10"
|
|
pkgver=0.3
|
|
pkgrel=7
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-manta mkbootimg mesa-dri-swrast watchdog-kick"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="1d3b09e28005183f213ea5a2aac45933b7921ab4054b0448860e7577372aede2b7413e618b6e7f80d2975c4fd9098e3674d4c73d82a7da7032687a01b5b2d224 deviceinfo"
|