pmaports/device/device-samsung-i9195/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
555 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname="device-samsung-i9195"
pkgdesc="Samsung Galaxy S4 Mini"
pkgver=0.2
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="noarch"
options="!check"
depends="linux-samsung-i9195 mkbootimg"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="db89ff314a38c4ea37b128ea1eca00e5e0cffb660e07f2c4852725358bed3b94f834bbff91681a74e8b58ad972a87d9a6e7505c3530b11ab909c685721e75fcf deviceinfo"