pmaports/device-samsung-maguro/APKBUILD

25 lines
528 B
Text
Raw Normal View History

2017-06-01 19:03:21 +00:00
pkgname=device-samsung-maguro
pkgver=2
pkgrel=6
2017-06-01 19:03:21 +00:00
pkgdesc="Google Galaxy Nexus (GSM)"
url="https://github.com/postmarketOS"
arch="noarch"
license="MIT"
depends="linux-samsung-tuna mkbootimg"
2017-06-01 19:03:21 +00:00
makedepends=""
install=""
subpackages=""
source="deviceinfo"
options="!check"
build() {
return 0
}
package() {
install -D -m644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
}
sha512sums="8cb5c6f992fc882baea31492d11c159187637d48400e581211c8dc796740b4cdbcfdec12d481b87c61c4df482d52366b47d944babd933dd6cc4d515ec9bb5310 deviceinfo"