29 lines
864 B
Text
29 lines
864 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Pierre Rudloff <contact@rudloff.pro>
|
|
pkgname="device-infocus-flatfish"
|
|
pkgdesc="InFocus New Tab F1"
|
|
pkgver=0.1
|
|
pkgrel=6
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-infocus-flatfish mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
fb.modes
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
install -Dm644 "$srcdir"/fb.modes "$pkgdir"/etc/fb.modes
|
|
}
|
|
|
|
sha512sums="ac71e56d9fadd01c4b2699e2095abd2a0a23c297b2ca6ba2aa8b739154854d10e6ac5113ee1fd3daf7420010e951f036131aa14b060ff93d580884ecc4a331f2 deviceinfo
|
|
2961df06a303e28139f67ae8abc99d0ddc48d2aa4c1d67a51e924493a27b46fff7e6072ddfd4273bdfa6b489598cbfda65400c3afdfaf16fce7fc407d19284f0 fb.modes"
|