pmaports/device/device-samsung-maguro/APKBUILD
Oliver Smith a31244d28a Remove github.com references
* Travis and Coveralls badges
* aports: instead of <https://github.com/postmarketOS>, use
  <https://postmarketos.org>
* References to full URLs to issues and pull requests replaced with
  a hash and the number
* grsec check: simplify error message, remove link to github issue
  (nobody is using that anymore anyway)
2018-06-30 09:00:48 +02:00

30 lines
763 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-maguro
pkgver=2
pkgrel=20
pkgdesc="Google Galaxy Nexus (GSM)"
url="https://postmarketos.org"
arch="noarch"
license="MIT"
depends="postmarketos-base linux-samsung-maguro mkbootimg mesa-dri-swrast"
makedepends="devicepkg-dev"
install=""
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
source="deviceinfo"
options="!check"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
nonfree_firmware() {
pkgdesc="Wifi firmware"
depends="firmware-samsung-maguro"
mkdir "$subpkgdir"
}
sha512sums="47a0741af014a93e8b417b191a99d3e97b05349fb44e54b7569e03cc14fe88405077b76d0704ae71695d68498671d853aea85ba35055203600852586eccbe0b5 deviceinfo"