2017-12-01 19:15:42 +00:00
|
|
|
pkgname="device-google-glass"
|
|
|
|
pkgdesc="Google Glass"
|
|
|
|
pkgver=0.1
|
2018-02-25 18:40:54 +00:00
|
|
|
pkgrel=3
|
2017-12-01 19:15:42 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
|
|
|
arch="noarch"
|
|
|
|
options="!check"
|
2018-02-25 18:40:54 +00:00
|
|
|
depends="postmarketos-base linux-google-glass mkbootimg mesa-dri-swrast"
|
2017-12-01 19:15:42 +00:00
|
|
|
source="deviceinfo"
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm644 "$srcdir"/deviceinfo \
|
|
|
|
"$pkgdir"/etc/deviceinfo
|
|
|
|
}
|
|
|
|
|
2017-12-21 22:12:52 +00:00
|
|
|
sha512sums="af722bbc1305d00d0bea05100e31e6108b4cb073d911b89cffa17c733c456516b669682fea31465c71eee41552bb92c7bd31370550c1c8b5e3acdd5c15b1e6cb deviceinfo"
|