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
675 B
Text
24 lines
675 B
Text
# Maintainer: David Davies-Jones <david@exultantmonkey.co.uk>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-chagallwifi
|
|
pkgdesc="Samsung Galaxy Tab S 10.5"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-chagallwifi mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="273994a361f1a65544c7aa4827beeace5fc90a39b7eaf951767b52826515488e8ebb455c5e2a79cb6de7ccffb6bff6183e34387a90f1a3835d453a7f15d38290 deviceinfo"
|