summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDuckSoft2021-02-14 23:19:48 +0800
committerDuckSoft2021-02-14 23:19:48 +0800
commit20bfc932e004ed7cd5fd2f7c218f3a7b21549bba (patch)
tree5f8e25af195ea1e8402107f2612c7e395767c918 /PKGBUILD
downloadaur-20bfc932e004ed7cd5fd2f7c218f3a7b21549bba.tar.gz
initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f97b62cacc1e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+# Maintainer: DuckSoft <realducksoft@gmail.com>
+pkgname=bluez-systemd-noavrcp-git
+pkgver=1
+pkgrel=1
+pkgdesc="systemd drop-in configuration to disable bluetooth avrcp plugin"
+arch=(any)
+license=('GPL')
+depends=(bluez)
+source=(99-noavrcp.conf)
+b2sums=('8c67ad76f85484575563dc52d21798366eece08fb39c02d470c64665dd6c11a3703b51d2b8425f25774d96e4adb3914c1598c8fa1a7a39619c8fc2f87d0f1f30')
+
+package() {
+ install -Dm644 99-noavrcp.conf -t $pkgdir/etc/systemd/system/bluetooth.service.d/
+}