aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/bt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'meta/bt/PKGBUILD')
-rw-r--r--meta/bt/PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/bt/PKGBUILD b/meta/bt/PKGBUILD
new file mode 100644
index 0000000..a303a8b
--- /dev/null
+++ b/meta/bt/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
+pkgname=strisemarx-bt
+pkgver=3
+pkgrel=1
+pkgdesc="strisemarx's bluetooth metapackage"
+arch=('any')
+url="https://strisemarx.com"
+license=('GPL3')
+depends=(
+ 'bluez'
+ 'bluez-utils'
+ 'ell'
+)
+
+# vim: ts=2 sw=2 et: