summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d81a8c99143bb6d67d03d5ad89e85312761ad9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkgname=btattach
pkgver=1
pkgrel=1
pkgdesc="Automatically spawn btattach for UART bluetooth adapters"
url="https://github.com/TarlogicSecurity/Bluetooth-Attach-Service"
arch=('any')
makedepends=('make')
source=("${pkgname}::git+$url")
sha256sums=('SKIP')

package() {
    cd "${pkgname}"
    make DESTDIR=${pkgdir} install
}