summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f2d013e1896d06dc2662063746cea7290809dab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>

_pkgname=xmm7360-usb-modeswitch
pkgname=xmm7360-usb-modeswitch-git
pkgver=1
pkgrel=1
pkgdesc='Tools for the Fibocom L850-GL / Intel XMM7360 LTE modem'
arch=('x86_64')
url="https://github.com/xmm7360/xmm7360-usb-modeswitch"
license=('')
depends=('acpi_call')
source=("git+$url")
sha256sums=(SKIP)

package() {
  cd $_pkgname
  install -Dm755 xmm2usb "$pkgdir"/usr/bin/$_pkgname
}

# vim:set ts=2 sw=2 et: