summaryrefslogtreecommitdiff
path: root/nonsystemd/bluez-openrc/PKGBUILD
blob: 19ba05e3b0c7edb1d79250143834bde0a0fb2f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: David P. <megver83@parabola.nu>
# Maintainer (Artix): artoo <artoo@artixlinux.org>

pkgname=bluez-openrc
pkgver=20210506
pkgrel=1
pkgdesc="OpenRC bluez init script"
arch=('any')
url="https://gitea.artixlinux.org/packagesB/bluez-openrc"
license=('GPL2')
groups=('openrc-world')
provides=('init-bluez')
conflicts=('init-bluez')
source=("bluetoothd.initd")
sha256sums=('b99147767d339b0d6707bbd8cd4da51e795835b7519e7d6d2fcf70dabcaeeb9a')

package() {
    depends=('bluez' 'openrc')
    install -Dm755 "${srcdir}"/bluetoothd.initd "${pkgdir}"/etc/init.d/bluetoothd
}