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
24 lines
656 B
Text
24 lines
656 B
Text
# Maintainer: Federico Amedeo Izzo <federico@izzo.pro>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-bq-gohan
|
|
pkgdesc="BQ Aquaris X5 Plus"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-bq-gohan mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="83b7eaa4d5a21be3194a778d46abc81c2afb662421fa79bdfc2737634849659a64a6ccb4c043169d4679c9c46646b2f3cd4248a81493c017d775264b5e4a5bb0 deviceinfo"
|