[arch-commits] Commit in deepin-boot-maker/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Apr 29 08:15:22 UTC 2020
Date: Wednesday, April 29, 2020 @ 08:15:21
Author: felixonmars
Revision: 622192
archrelease: copy trunk to community-staging-x86_64
Added:
deepin-boot-maker/repos/community-staging-x86_64/
deepin-boot-maker/repos/community-staging-x86_64/PKGBUILD
(from rev 622191, deepin-boot-maker/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: deepin-boot-maker/repos/community-staging-x86_64/PKGBUILD (from rev 622191, deepin-boot-maker/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-04-29 08:15:21 UTC (rev 622192)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-boot-maker
+pkgver=5.4.8
+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-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz")
+sha512sums=('3ddb445e7c2dc853548304e4c880b556874f3c4dd25b1f1e561bd03541103b50f9f3b9f3a5dd35089ea269827820db1f2ee993e0d90c8201d7729905274ac8ef')
+
+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