[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Tue Mar 14 03:03:07 UTC 2017


    Date: Tuesday, March 14, 2017 @ 03:03:01
  Author: felixonmars
Revision: 216146

addpkg: deepin-voice-recorder 0.1-1

Added:
  deepin-voice-recorder/
  deepin-voice-recorder/repos/
  deepin-voice-recorder/trunk/
  deepin-voice-recorder/trunk/PKGBUILD

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

Added: deepin-voice-recorder/trunk/PKGBUILD
===================================================================
--- deepin-voice-recorder/trunk/PKGBUILD	                        (rev 0)
+++ deepin-voice-recorder/trunk/PKGBUILD	2017-03-14 03:03:01 UTC (rev 216146)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-voice-recorder
+pkgver=0.1
+pkgrel=1
+pkgdesc='Deepin Voice Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-voice-recorder"
+license=('GPL3')
+depends=('deepin-tool-kit' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extras')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-voice-recorder/archive/$pkgver.tar.gz")
+sha256sums=('488d31e6233f13aa00dfa58872111f8aecd456ba6bfaf48654294c95e349e4f9')
+
+build(){
+  cd deepin-voice-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-voice-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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



More information about the arch-commits mailing list