aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/bt/PKGBUILD
blob: a303a8b86ba17a5c1b8b231289ef0168e11cb1b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: