[arch-commits] Commit in disomaster/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jul 16 09:19:20 UTC 2019


    Date: Tuesday, July 16, 2019 @ 09:19:19
  Author: felixonmars
Revision: 490014

archrelease: copy trunk to community-x86_64

Added:
  disomaster/repos/community-x86_64/
  disomaster/repos/community-x86_64/PKGBUILD
    (from rev 490013, disomaster/trunk/PKGBUILD)

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

Copied: disomaster/repos/community-x86_64/PKGBUILD (from rev 490013, disomaster/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-07-16 09:19:19 UTC (rev 490014)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=disomaster
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='A libisoburn wrapper class for Qt'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/disomaster"
+license=('GPL3')
+depends=('libisoburn' 'qt5-base')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/disomaster/archive/$pkgver.tar.gz")
+sha512sums=('5c4a83c84575913fc3b307eded41e3473ad7986602abc97e9a0f7b5e5e3fd709c6f21ab54c311ec3ecec67daff5dd87bad2e7f3bce01ddf989e6df13122ffdaa')
+
+build() {
+  cd disomaster-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd disomaster-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list