blob: 7af6ef39fe46b4a24b753d097d8761f1da7cf86f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = cppbtbl
pkgdesc = A C++ wrapper around the UPower DBus API to get bluetooth devices' battery
pkgver = 0.2.0
pkgrel = 0
url = https://github.com/pato05/cppbtbl
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
makedepends = cmake
makedepends = make
depends = sdbus-cpp
source = cppbtbl-0.2.0.tar.gz::https://github.com/pato05/cppbtbl/archive/v0.2.0.tar.gz
sha512sums = e974d22b752a699c0ca36e961b2634a34c73e0ea25fbabdf3d449a20fc1517c03adafe72b37869c19da6f677184e1720b81cfcda72b0c093137c7f8e24758277
pkgname = cppbtbl
|