27 lines
795 B
Text
Executable file
27 lines
795 B
Text
Executable file
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: MoreRobustThanYou
|
|
pkgname=device-amazon-thor
|
|
pkgver=1
|
|
pkgrel=14
|
|
pkgdesc="Amazon KFHDX 7inch 2013"
|
|
url="https://postmarketos.org"
|
|
arch="armhf"
|
|
license="MIT"
|
|
depends="postmarketos-base linux-amazon-thor mkbootimg msm-fb-refresher mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
fb.modes
|
|
"
|
|
options="!check !archcheck"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="a66a68bedc632cb89de1c80f1e3118b8f8a6dbcce9a6a0a9cf75677b009b16669f82a25b0dbccf15c4db3c5e6b2e0193a91b6a98437474225d15b00ad6937025 deviceinfo
|
|
e96725e631ba474980274266fd5af85c72fcd31543d0b5f5dbe7bd610f9650f881708a41887d61ba3e1d821b88668c3ca3d18667e9a1de918560a1ff762dda3d fb.modes"
|