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

Felix Yan felixonmars at archlinux.org
Mon May 17 22:27:16 UTC 2021


    Date: Monday, May 17, 2021 @ 22:27:16
  Author: felixonmars
Revision: 936139

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 936138, deepin-boot-maker/trunk/PKGBUILD)

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

Copied: deepin-boot-maker/repos/community-testing-x86_64/PKGBUILD (from rev 936138, deepin-boot-maker/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-05-17 22:27:16 UTC (rev 936139)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-boot-maker
+pkgver=5.6.12
+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' 'gtest')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz")
+sha512sums=('2da953a8b9c633257c772d1f0c018e98c628b764b1c11d5ad8a14b009a51737c254da2085ab6bae6785885f599f09a00c7e9eaab3f9f41732f573b0160007781')
+
+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