2f9ef89189
* Rename deviceinfo variable flash_methods to flash_method * Update pmb.config.deviceinfo_attributes / add sanity check * Add test case that parses all deviceinfo files
17 lines
444 B
Text
17 lines
444 B
Text
pkgname="device-google-glass"
|
|
pkgdesc="Google Glass"
|
|
pkgver=0.1
|
|
pkgrel=1
|
|
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="af722bbc1305d00d0bea05100e31e6108b4cb073d911b89cffa17c733c456516b669682fea31465c71eee41552bb92c7bd31370550c1c8b5e3acdd5c15b1e6cb deviceinfo"
|