pmaports/device/device-asus-tf101/APKBUILD
Michael Hamann 99b398a7e5 devicepkg-dev: Generate calibration matrix for libinput (#1205)
* Automatically generate a calibration matrix for libinput
  This takes the calibration matrix for wayland and divides the pixel
  offsets by the device width/height.
* Bump pkgrels of devices using devicepkg-dev
  This causes new packages to be generated, using the new devicepkg-dev
  version.
2018-02-11 10:20:31 +00:00

22 lines
561 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname="device-asus-tf101"
pkgdesc="Asus Eee Pad Transformer"
pkgver=0.2
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="noarch"
options="!check"
depends="linux-asus-tf101 mkbootimg blobtools"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="01faa12789038e46e33adc3073c26e6dfb31c9da5a45eccc4da6a39da9db15afdd4f701c31a69d21747a6290c1a48e33befdc6867a7f2a68fc4500d59befc1c3 deviceinfo"