a17a931026
[ci:ignore-count], [ci:skip-build]
24 lines
675 B
Text
24 lines
675 B
Text
# Maintainer: David Davies-Jones <david@exultantmonkey.co.uk>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-chagallwifi
|
|
pkgdesc="Samsung Galaxy Tab S 10.5"
|
|
pkgver=0.1
|
|
pkgrel=1
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-chagallwifi mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="13fa79ac7803810fa4000619835334a8802e15fa55d184388b430e5dbbc4e7b69403deb043bfc144541b00558dbbd4b5dea8cc5ad2443f573ff97f18560f5c8d deviceinfo"
|