[arch-commits] Commit in minitube/repos (2 files)
David Runge
dvzrv at archlinux.org
Mon Dec 4 10:48:06 UTC 2017
Date: Monday, December 4, 2017 @ 10:48:06
Author: dvzrv
Revision: 272111
archrelease: copy trunk to community-testing-x86_64
Added:
minitube/repos/community-testing-x86_64/
minitube/repos/community-testing-x86_64/PKGBUILD
(from rev 272110, minitube/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: minitube/repos/community-testing-x86_64/PKGBUILD (from rev 272110, minitube/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2017-12-04 10:48:06 UTC (rev 272111)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=minitube
+pkgver=2.9
+pkgrel=2
+pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player"
+arch=('x86_64')
+url='https://flavio.tordini.org/minitube'
+license=('GPL3')
+depends=('phonon-qt5' 'qt5-declarative' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/flaviotordini/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('94bac1b7cb1b3388256d088bfb9ffdfe75cc3c1624f60722cedd561015e1afa96351d4ac55b6be27bb5e00641cd7e3198cf2285a0e9b0c586d62d1a7a8c510c9')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ qmake
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make install INSTALL_ROOT="${pkgdir}/"
+}
More information about the arch-commits
mailing list