a85db1dc7b
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
22 lines
612 B
Text
22 lines
612 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-wingtech-wt88047
|
|
pkgdesc="Xiaomi Redmi 2"
|
|
pkgver=0.1
|
|
pkgrel=4
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-wingtech-wt88047 mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="8ca9ebe89264f0347e80248cd9a0330368d10ce47c64a248bbfa21996290bc4c8e1f72d2aafa2a35bb87fed06b8fb4d95d6306acc622cd704be93b01a4b68238 deviceinfo"
|