[arch-commits] Commit in bluez-tools/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Jan 11 07:38:56 UTC 2019


    Date: Friday, January 11, 2019 @ 07:38:53
  Author: felixonmars
Revision: 422254

archrelease: copy trunk to community-staging-x86_64

Added:
  bluez-tools/repos/community-staging-x86_64/
  bluez-tools/repos/community-staging-x86_64/PKGBUILD
    (from rev 422253, bluez-tools/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: bluez-tools/repos/community-staging-x86_64/PKGBUILD (from rev 422253, bluez-tools/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-01-11 07:38:53 UTC (rev 422254)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=bluez-tools
+pkgver=0.2.0
+pkgrel=4
+pkgdesc="A set of tools to manage Bluetooth devices for Linux"
+arch=('x86_64')
+url="https://github.com/khvzak/bluez-tools"
+license=('GPL')
+depends=('bluez')
+makedepends=(git)
+_commit=7cb788c9c43facfd2d14ff50e16d6a19f033a6a7  # master
+source=("git+https://github.com/khvzak/bluez-tools#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list