🔒 Repository is read-only – file editing is disabled.

recipes/gui/blueberry/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: blueberry
pkgver: '1.4.8'
pkgrel: '3'
pkgdesc: ' Bluetooth configuration tool.'
url: 'https://github.com/linuxmint/blueberry'
arch: x86_64
depends:
- bluez
- 'gnome-bluetooth'
- 'python-dbus'
- 'python-gobject'
- 'python-setproctitle'
- xapp

makedepends: []
source:
- 'https://github.com/linuxmint/blueberry/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  make
  cp -r etc usr ${PKGDIR}

package: |
  true