pmaports/device-samsung-maguro/APKBUILD
Oliver Smith 0075054187 Close #137: Remove "deviceinfo_modules" / minor deviceinfo changes
Minor changes:
* device-lg-hammerhead: remove left-over comment
* device-samsung-i9100: remove fastboot section
2017-07-08 08:46:27 +02:00

24 lines
528 B
Text

pkgname=device-samsung-maguro
pkgver=2
pkgrel=5
pkgdesc="Google Galaxy Nexus (GSM)"
url="https://github.com/postmarketOS"
arch="noarch"
license="MIT"
depends="linux-samsung-tuna mkbootimg"
makedepends=""
install=""
subpackages=""
source="deviceinfo"
options="!check"
build() {
return 0
}
package() {
install -D -m644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
}
sha512sums="3c807dbb8c9879fe0722e267e0858c61429abf6214a195032ae05d6933c22355adcc0f0ef1413aa3defdde4ab8c2d5c6d2ed9470c654a6cccc26b4b5b86a92bf deviceinfo"