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
587 B
Text
22 lines
587 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-asus-tf101
|
|
pkgdesc="Asus Eee Pad Transformer"
|
|
pkgver=0.2
|
|
pkgrel=8
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-asus-tf101 mkbootimg blobtools"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="cd2b78cf3f6563e2319d50fb900cfdded231a8f8c60baa810e526637e6f48b644d6dab5a7a4fa8c74862be570c3bfd519ef0ffc20a06fadc3a803ac19ae7c8fe deviceinfo"
|