[arch-commits] Commit in (vocal vocal/trunk vocal/trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Mon Apr 23 19:12:02 UTC 2018


    Date: Monday, April 23, 2018 @ 19:12:01
  Author: bgyorgy
Revision: 317433

Move vocal from AUR with 23 votes

Added:
  vocal/
  vocal/trunk/
  vocal/trunk/PKGBUILD

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

Added: vocal/trunk/PKGBUILD
===================================================================
--- vocal/trunk/PKGBUILD	                        (rev 0)
+++ vocal/trunk/PKGBUILD	2018-04-23 19:12:01 UTC (rev 317433)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Marcin Tydelski <marcin.tydelski at gmail.com>
+# Contributor: Nathan Dyer <https://github.com/nathandyer>
+
+pkgname=vocal
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Powerful, beautiful and simple podcast client for the modern free desktop'
+arch=(x86_64)
+url='https://vocalproject.net/'
+license=(GPL3)
+depends=(clutter-gst clutter-gtk granite gst-plugins-good gst-libav libnotify)
+makedepends=(cmake vala webkit2gtk)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/needle-and-thread/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('2f9c5a3273cc0f6af9361f82258bebe221770fe5f7c2e46f378ca41b4c450e7c')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: vocal/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list