[arch-commits] Commit in disomaster/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Apr 12 15:46:23 UTC 2021


    Date: Monday, April 12, 2021 @ 15:46:23
  Author: felixonmars
Revision: 915887

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: disomaster/repos/community-testing-x86_64/PKGBUILD (from rev 915886, disomaster/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-04-12 15:46:23 UTC (rev 915887)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=disomaster
+pkgver=5.0.7
+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=('801ea98920c103c43ffbcb7b522e253ae15955cb351f212032b527ac6da79347fc217ad72251363d639ce6ed2ed9150e6e44d5bc87ec5afc81ff058068ddb45c')
+
+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