18 lines
444 B
Text
18 lines
444 B
Text
|
pkgname="device-google-glass"
|
||
|
pkgdesc="Google Glass"
|
||
|
pkgver=0.1
|
||
|
pkgrel=0
|
||
|
url="https://postmarketos.org"
|
||
|
license="MIT"
|
||
|
arch="noarch"
|
||
|
options="!check"
|
||
|
depends="linux-google-glass mkbootimg"
|
||
|
source="deviceinfo"
|
||
|
|
||
|
package() {
|
||
|
install -Dm644 "$srcdir"/deviceinfo \
|
||
|
"$pkgdir"/etc/deviceinfo
|
||
|
}
|
||
|
|
||
|
sha512sums="119fcb71d43e8ce061e169cbc06c73d0d6d8af09321bdba605f979eb37874eac3168b863c9808ab004d8a36e6214178185061978b286215f5f4fa5d66f79ebcf deviceinfo"
|