20 lines
406 B
Bash
20 lines
406 B
Bash
#Maintainer: ParchLinux
|
|
pkgname=parch-bluetooth
|
|
destname="/usr"
|
|
pkgver=1
|
|
pkgrel=0
|
|
pkgdesc="Parch Linux Bluetooth support meta package"
|
|
arch=('any')
|
|
url="https://github.com/parchlinux"
|
|
license=('GPL3')
|
|
makedepends=('git')
|
|
conflicts=()
|
|
provides=("${pkgname}")
|
|
options=(!strip !emptydirs)
|
|
install=bluetooth.install
|
|
#source=("file.zip")
|
|
#sha256sums=('SKIP')
|
|
package() {
|
|
|
|
depends+=('bluez' 'bluez-utils')
|
|
}
|