summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Wölfing2019-03-14 12:17:20 +0100
committerMax Wölfing2019-03-14 12:17:20 +0100
commitaec6e0b4c5669824b463e75c0e4d44e99f6be413 (patch)
treed39948812074a262778ab320ecc69f64293bde42 /PKGBUILD
downloadaur-aec6e0b4c5669824b463e75c0e4d44e99f6be413.tar.gz
Initial release of netctl-mm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..eb9196111c12
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Max Wölfing <ff0x@infr.cat>
+pkgname=netctl-mm
+pkgver=0.0.6
+pkgrel=1
+pkgdesc="Mobile broadband support for netctl using ModemManager"
+arch=(any)
+license=('GPL')
+depends=(netctl modemmanager)
+source=(mobile_mm.profile mobile_mm)
+md5sums=('ccad269de8f7c0d0cb89d3112849023d'
+ '67b54403ec1f95330ffc11c35fb722c3')
+
+package() {
+ install -Dm644 "$srcdir/mobile_mm.profile" "$pkgdir/etc/netctl/examples/mobile_mm"
+ install -Dm644 "$srcdir/mobile_mm" "$pkgdir/usr/lib/netctl/connections/mobile_mm"
+}