Skip to content
Snippets Groups Projects

htc-pme: new device (HTC 10, 2016)

Merged Imported Administrator requested to merge htc-pme into master
7 files
+ 4902
0
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 22
0
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-htc-pme
pkgdesc="HTC 10"
pkgver=0.1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="postmarketos-base linux-htc-pme mkbootimg mesa-dri-gallium"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="52608ed98a1466c3c90e9af77db875caf2338a05db563ebc18259dc7ca8dca012854ef2cef31440d9941d3ccf96e33bd300633e27560a6e69d4e574bdd9cb910 deviceinfo"
Loading