From 55b7aaab33b7c47ca3fcba5d44dd5e3a40ebaad9 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 26 Apr 2024 13:37:26 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snigdhaos-bluetooth-support/PKGBUILD | 20 +++++++++++++++++++ .../snigdhaos-bluetooth-support.install | 0 2 files changed, 20 insertions(+) create mode 100644 snigdhaos-bluetooth-support/PKGBUILD create mode 100644 snigdhaos-bluetooth-support/snigdhaos-bluetooth-support.install diff --git a/snigdhaos-bluetooth-support/PKGBUILD b/snigdhaos-bluetooth-support/PKGBUILD new file mode 100644 index 00000000..336b1376 --- /dev/null +++ b/snigdhaos-bluetooth-support/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: dr460nf1r3 +# Contributor: Librewish + +pkgname=snigdhaos-bluetooth-support +pkgver=1 +pkgrel=7 +arch=('any') +url="https://wiki.archlinux.org/index.php/Bluetooth" +license=('GPL') +pkgdesc="Meta-package containing needed packages for using Bluetooth" +depends=("bluez" + "bluez-hid2hci" + "bluez-libs" + "bluez-plugins" + "bluez-tools" + "bluez-utils") +optdepends=("blueman: A GTK bluetooth manager" + "bluedevil: Qt bluetooth frontend" + "blueberry: Bluetooth configuration tool") +install="$pkgname".install diff --git a/snigdhaos-bluetooth-support/snigdhaos-bluetooth-support.install b/snigdhaos-bluetooth-support/snigdhaos-bluetooth-support.install new file mode 100644 index 00000000..e69de29b