Date: Thursday, August 26, 2021 @ 14:44:12
  Author: felixonmars
Revision: 1006218

archrelease: copy trunk to community-x86_64

Added:
  deepin-device-formatter/repos/community-x86_64/
  deepin-device-formatter/repos/community-x86_64/PKGBUILD
    (from rev 1006217, deepin-device-formatter/trunk/PKGBUILD)

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

Copied: deepin-device-formatter/repos/community-x86_64/PKGBUILD (from rev 
1006217, deepin-device-formatter/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2021-08-26 14:44:12 UTC (rev 1006218)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=deepin-device-formatter
+pkgver=0.0.1.6
+pkgrel=1
+pkgdesc='A simple graphical interface for creating file system in a block 
device'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-device-formatter";
+license=('GPL3')
+depends=('deepin-qt5integration' 'udisks2-qt5')
+makedepends=('deepin-gettext-tools' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/dde-device-formatter/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('f4934f1f468852cc80c2652169119c0046f306305ceb19e1ee524d6bb159179e98b16ee0d77a85aff73ccf6d03f7fe24d4d6a15d15956a6efb1c8032375451a2')
+
+build(){
+  cd dde-device-formatter-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-device-formatter-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Reply via email to