[arch-commits] Commit in suwidgets/repos (community-x86_64 community-x86_64/PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Apr 12 19:51:58 UTC 2020


    Date: Sunday, April 12, 2020 @ 19:51:57
  Author: ffy00
Revision: 613470

archrelease: copy trunk to community-x86_64

Added:
  suwidgets/repos/community-x86_64/
  suwidgets/repos/community-x86_64/PKGBUILD
    (from rev 613469, suwidgets/trunk/PKGBUILD)

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

Copied: suwidgets/repos/community-x86_64/PKGBUILD (from rev 613469, suwidgets/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-04-12 19:51:57 UTC (rev 613470)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=suwidgets
+_pkgname=SuWidgets
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Sigutils-related widgets'
+arch=('x86_64')
+url='https://github.com/BatchDrake/SuWidgets'
+license=('GPL3')
+depends=('qt5-base' 'sigutils')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('9f623e01e66d22424b99682c00b5109d9fe07d041f51c583573304897e1bbad33e940a19fc3d1104f97dfcd2f7b7d9a00abc02a3c91e0114214a7a954dfdc054')
+
+build() {
+  mkdir $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  qmake PREFIX=/usr ../SuWidgets.pro
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  make INSTALL_ROOT="$pkgdir" install
+}
+



More information about the arch-commits mailing list