pmaports/device-lg-hammerhead/APKBUILD
2017-06-01 14:52:24 +02:00

24 lines
509 B
Text

pkgname=device-lg-hammerhead
pkgver=1
pkgrel=1
pkgdesc="Google Nexus 5"
url="https://github.com/postmarketOS"
arch="noarch"
license="FIXME"
depends="linux-lg-hammerhead"
makedepends=""
install=""
subpackages=""
source="deviceinfo"
options="!check"
build() {
return 0
}
package() {
install -D -m644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
}
sha512sums="a12472500d1047361a9b5708e0a1a384e3174717c0844b4e84882de7d65e17ac48a28a5c41d26d0e0f83796a8ceadb2f461a80df94e0fbdad38c6fe9db25c240 deviceinfo"