pmaports/device/testing/device-amazon-thor/APKBUILD
Minecrell a85db1dc7b
*: remove "Contributor:" lines from APKBUILDs (MR 1203)
At the moment we have Contributor: lines on some packages (but not all of them),
but often they don't represent the actual contributors to the package very well.
E.g. when we added them retroactively to the device packages we only added
the initial contributor (which isn't necessarily the person
who made most of the work for a device...)

The Git history is the most representative source for figuring out
who contributed to a package, so there is no reason to duplicate that
into the APKBUILD.

[skip ci]: way too many packages
2020-05-02 21:45:25 +03:00

26 lines
762 B
Text
Executable file

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-amazon-thor
pkgver=1
pkgrel=16
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="e6efafdb0436eb3a968090eff6812661981bc67a435a170159a57b90a8064bcccbe583e22ffdc0994a73c33502bcefccf43b97e40c914672021adcba64810950 deviceinfo
e96725e631ba474980274266fd5af85c72fcd31543d0b5f5dbe7bd610f9650f881708a41887d61ba3e1d821b88668c3ca3d18667e9a1de918560a1ff762dda3d fb.modes"