Date: Sunday, October 6, 2019 @ 20:24:09
  Author: arojas
Revision: 513656

archrelease: copy trunk to community-staging-x86_64

Added:
  strawberry/repos/community-staging-x86_64/
  strawberry/repos/community-staging-x86_64/PKGBUILD
    (from rev 513655, strawberry/trunk/PKGBUILD)

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

Copied: strawberry/repos/community-staging-x86_64/PKGBUILD (from rev 513655, 
strawberry/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-06 20:24:09 UTC (rev 513656)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Fabio 'Lolix' Loli <lo...@disroot.org> -> 
https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=0.6.5
+pkgrel=2
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
+arch=(x86_64)
+url="https://www.strawbs.org/";
+license=(GPL3)
+depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp fftw desktop-file-utils)
+makedepends=(cmake boost qt5-tools)
+optdepends=('gst-libav: additional codecs'
+            'gst-plugins-bad: additional codecs'
+            'gst-plugins-ugly: additional codecs')
+source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=('e8c12b6f286e9f2b3ae77ffe964371da478056ed60631e1394b1491d63fb528e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DUSE_SYSTEM_TAGLIB=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to