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

Felix Yan felixonmars at archlinux.org
Wed Apr 7 22:19:58 UTC 2021


    Date: Wednesday, April 7, 2021 @ 22:19:58
  Author: felixonmars
Revision: 912902

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

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

Copied: deepin-boot-maker/repos/community-testing-x86_64/PKGBUILD (from rev 912900, deepin-boot-maker/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-04-07 22:19:58 UTC (rev 912902)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-boot-maker
+pkgver=5.6.6
+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=('0e6937e7772b0cecddeb78ebcba302f839fc027886e9d4a3ef99732db9f7d8c91824c00f85ec33d0e3069949975c230e91240453ecd0687ccd43d89a7650920a')
+
+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