# Maintainer: Blaž Hrastnik pkgname=surface-ipts-firmware pkgver=1.0.0 pkgrel=1 arch=(any) pkgdesc="Surface firmware" url="http://github.com/linux-surface/surface-ipts-firmware" license=(GPL2) _srcname=source _srcbranch='master' source=( "$_srcname::git+https://github.com/linux-surface/surface-ipts-firmware.git#branch=$_srcbranch" ) sha256sums=('SKIP') package() { cd ${srcdir}/${_srcname}/ install -d "${pkgdir}/usr/lib/firmware/" cp -r firmware/* "${pkgdir}/usr/lib/firmware/" }