24 lines
528 B
Text
24 lines
528 B
Text
pkgname=device-samsung-maguro
|
|
pkgver=2
|
|
pkgrel=3
|
|
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="73044501c5f9be32c46a169b71292b9ddcb278a27e7e6665dd7e1a8ee02951d7d9a7b2f1b4aa8890c201b9055dabd3a23f5d4f1919e6694f6976958ccaa2181d deviceinfo"
|