[arch-commits] Commit in deepin-boot-maker/repos (2 files)

Felix Yan felixonmars at archlinux.org
Wed Mar 7 13:47:53 UTC 2018


    Date: Wednesday, March 7, 2018 @ 13:47:52
  Author: felixonmars
Revision: 303863

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-boot-maker/repos/community-testing-x86_64/
  deepin-boot-maker/repos/community-testing-x86_64/PKGBUILD
    (from rev 303862, deepin-boot-maker/trunk/PKGBUILD)

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

Copied: deepin-boot-maker/repos/community-testing-x86_64/PKGBUILD (from rev 303862, deepin-boot-maker/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-03-07 13:47:52 UTC (rev 303863)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-boot-maker
+pkgver=2.0.4.4
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker"
+license=('GPL3')
+depends=('deepin-qt5integration' '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=('7b1d91c3b7a75c045768cd6a6eacf7ed168a45acd5e63710c6d38ae3ee2f0fe5ef8644667a168cebb58bd527ff4b208c76be2a6eb902b4d8c1ccebf03d97d7e7')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list