pmaports/device/testing/device-google-glass/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

30 lines
912 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-google-glass
pkgdesc="Google Glass"
pkgver=0.2
pkgrel=3
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="postmarketos-base linux-google-glass mkbootimg mesa-dri-swrast"
source="deviceinfo initfs-hook.sh"
makedepends="devicepkg-dev"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
nonfree_firmware() {
pkgdesc="Google Glass Firmware"
depends="firmware-google-glass"
mkdir "$subpkgdir"
}
sha512sums="3192c6fa4cea56402b2d3d4f7afd77acdfbe8456b663f803f03311c4404c4e79f58a36ce42a7a36564c23ca3dc20a2b32bc42812dafeaac0b49687837ad99e60 deviceinfo
e204252a8c987269538039f510b42e094fa5ce141f9f5ded461cbb8074202fc343ccd300a0cc28595d4bb9162992104ad5ac916fd4028857e0f646250998910c initfs-hook.sh"