[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Tue Aug 22 04:10:35 UTC 2017


    Date: Tuesday, August 22, 2017 @ 04:10:35
  Author: felixonmars
Revision: 252915

addpkg: deepin-boot-maker 2.0.3-1

Added:
  deepin-boot-maker/
  deepin-boot-maker/repos/
  deepin-boot-maker/trunk/
  deepin-boot-maker/trunk/PKGBUILD

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

Added: deepin-boot-maker/trunk/PKGBUILD
===================================================================
--- deepin-boot-maker/trunk/PKGBUILD	                        (rev 0)
+++ deepin-boot-maker/trunk/PKGBUILD	2017-08-22 04:10:35 UTC (rev 252915)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-boot-maker
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker"
+license=('GPL3')
+depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz")
+sha512sums=('9cad7cff3255e9cab9ac46116cf501129819f296f4afda0bd77601431eda2bbe84eacfdbd5a99a65dab920c512b975b11db766ab4c820788f865c22970acbb5e')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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



More information about the arch-commits mailing list